ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GridOptionsEnvironment Class
Properties Methods


In This Topic
    GridOptionsEnvironment Class Members
    In This Topic

    The following tables list the members exposed by GridOptionsEnvironment.

    Public Properties
     NameDescription
    Public Property Gets a set of default grid options  
    Public Propertystatic (Shared in Visual Basic) Gets the singleton instance for IGridOptionsEnvironment  
    Public Property Gets and sets whether or not to show a grid on application map views  
    Top
    Public Methods
     NameDescription
    Public Method Clears all grid options for all maps in the Project. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Gets whether a map currently has any grid options  
    Public Method Triggers a refresh of the current grid overlay.  
    Public Method Removes the grid options for the specified map. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the grid options for the given map.This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also