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


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

ISnapGuides.AreVisible Property

Indicates if snapping guides are visible.

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

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

Product Availability

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

See Also

ISnapGuides Interface