ArcObjects Library Reference (Display)  

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(
  Unsigned long* 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