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


IDynamicDisplay2.SelectionIdentifier Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay2 Interface > IDynamicDisplay2.SelectionIdentifier Property
ArcGIS Developer Help

IDynamicDisplay2.SelectionIdentifier Property

Allocate a unique index to be used with dynamic selection.

[Visual Basic .NET]
Public ReadOnly Property SelectionIdentifier As Integer
[C#]
public uint SelectionIdentifier {get;}
[C++]
HRESULT get_SelectionIdentifier(
  System.UInt32* identifier
);
[C++]
Parameters
identifier [out, retval]

identifier is a parameter of type unsigned long*

Product Availability

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

See Also

IDynamicDisplay2 Interface