ArcObjects Library Reference (Carto)  

IGraphicSnapEnvironment2.SnapAgentOrder Property

An array of IDs indicating how agents should be ordered.

[Visual Basic .NET]
Public Property SnapAgentOrder As IArray
[C#]
public IArray SnapAgentOrder {get; set;}
[C++]
HRESULT get_SnapAgentOrder(
  IArray** guids
);
[C++]
HRESULT put_SnapAgentOrder(
  IArray* guids
);
[C++]

Parameters

guids [out, retval]

  guids is a parameter of type IArray

guids [in]

  guids is a parameter of type IArray

Product Availability

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

See Also

IGraphicSnapEnvironment2 Interface