ArcObjects Library Reference  (Carto)    

IMapGrid.Visible Property

Indicates if the map grid is visible.

[Visual Basic 6.0]
Property Visible As Boolean
[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[Java]
public boolean isVisible()
throws
    IOException,
    AutomationException
[Java]
public void setVisible(
boolean Visible
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Visible(
  VARIANT_BOOL* Visible
);
[C++]
HRESULT put_Visible(
  VARIANT_BOOL Visible

);

[C++]

Parameters

Visible [out, retval]

  Visible is a parameter of type VARIANT_BOOL

Visible [in]

  Visible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Visible is whether the MapGrid will be drawn.

See Also

IMapGrid Interface

 


Feedback Send feedback on this page