This document is archived and information here might be outdated.  Recommended version.


ISnapGrid.IsVisible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGrid Interface > ISnapGrid.IsVisible Property
ArcGIS Developer Help

ISnapGrid.IsVisible Property

Indicates if the snapping grid is visible.

[Visual Basic .NET]
Public Property IsVisible As Boolean
[C#]
public bool IsVisible {get; set;}
[C++]
HRESULT get_IsVisible(
  Boolean* IsVisible
);
[C++]
HRESULT put_IsVisible(
  VARIANT_BOOL IsVisible
);
[C++]
Parameters
IsVisible [out, retval]

IsVisible is a parameter of type bool* IsVisible [in]
IsVisible is a parameter of type bool

Product Availability

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

See Also

ISnapGrid Interface