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


ISnapEnvironment.RemoveSnapAgent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapEnvironment Interface > ISnapEnvironment.RemoveSnapAgent Method
ArcGIS Developer Help

ISnapEnvironment.RemoveSnapAgent Method

Removes the snap agent at the given index.

[Visual Basic .NET]
Public Sub RemoveSnapAgent ( _
    ByVal index As Integer _
)
[C#]
public void RemoveSnapAgent (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

RemoveSnapAgent removes the Snap Agent represented by the value of the index number passed to the method.

See Also

ISnapEnvironment Interface