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


IEngineSnapEnvironment.SnapAgent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineSnapEnvironment Interface > IEngineSnapEnvironment.SnapAgent Property
ArcGIS Developer Help

IEngineSnapEnvironment.SnapAgent Property

A snap agent at the given index.

[Visual Basic .NET]
Public Function get_SnapAgent ( _
    ByVal index As Integer _
) As IEngineSnapAgent
[C#]
public IEngineSnapAgent get_SnapAgent (
    int index
);
[C++]
HRESULT get_SnapAgent(
  long index,
  IEngineSnapAgent** SnapAgent
);
[C++]
Parameters
index [in]

index is a parameter of type long SnapAgent [out, retval]
SnapAgent is a parameter of type IEngineSnapAgent**

Product Availability

Available with ArcGIS Engine.

Description

The snap agent at the specified index.

See Also

IEngineSnapEnvironment Interface

.NET Samples

Managing snap agents