This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicSnapEnvironment2 Interface > IGraphicSnapEnvironment2.SnapAgentOrder Property (ArcObjects .NET 10.4 SDK) |
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