ArcObjects Library Reference (Carto)  

ISnapGuides.RemoveGuide Method

Removes the nth guide.

[Visual Basic .NET]
Public Sub RemoveGuide ( _
    ByVal idx As Integer _
)
[C#]
public void RemoveGuide (
    int idx
);
[C++]
HRESULT RemoveGuide(
  long idx
);
[C++]

Parameters

idx [in]   idx is a parameter of type long

Product Availability

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

See Also

ISnapGuides Interface