ArcObjects Library Reference (Carto)  

IGraphicSnapEnvironment.SnapAgentCount Property

The number of snap agents.

[Visual Basic .NET]
Public ReadOnly Property SnapAgentCount As Integer
[C#]
public int SnapAgentCount {get;}
[C++]
HRESULT get_SnapAgentCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IGraphicSnapEnvironment Interface