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


ISnapEnvironment.SnapAgent Property (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.SnapAgent Property
ArcGIS Developer Help

ISnapEnvironment.SnapAgent Property

A snap agent at the given index.

[Visual Basic .NET]
Public Function get_SnapAgent ( _
    ByVal index As Integer _
) As ISnapAgent
[C#]
public ISnapAgent get_SnapAgent (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Description

SnapAgent this property returns the Snap Agent represented by the value of the index number passed to the property.

See Also

ISnapEnvironment Interface