ArcObjects Library Reference (Controls)  

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