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


ISnapGuides.RemoveAllGuides Method (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.RemoveAllGuides Method
ArcGIS Developer Help

ISnapGuides.RemoveAllGuides Method

Removes all the guides.

[Visual Basic .NET]
Public Sub RemoveAllGuides ( _
)
[C#]
public void RemoveAllGuides (
);
[C++]
HRESULT RemoveAllGuides(
void
);

Product Availability

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

See Also

ISnapGuides Interface