This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGrid Interface > ISnapGrid.IsVisible Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* IsVisible
);
[C++]
HRESULT put_IsVisible(
VARIANT_BOOL IsVisible
);
[C++]
Parameters IsVisible [out, retval] IsVisible is a parameter of type VARIANT_BOOL IsVisible [in] IsVisible is a parameter of type VARIANT_BOOL