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


IGPReplicaDataset.SelectionIDs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset.SelectionIDs Property

Array of selected IDs.

[Visual Basic .NET]
Public Property SelectionIDs As ILongArray
[C#]
public ILongArray SelectionIDs {get; set;}
[C++]
HRESULT get_SelectionIDs(
  ILongArray** LongArray
);
[C++]
HRESULT putref_SelectionIDs(
  ILongArray* LongArray
);
[C++]

Parameters LongArray [out, retval]
LongArray is a parameter of type ILongArray LongArray [in]
LongArray is a parameter of type ILongArray

Product Availability

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

See Also

IGPReplicaDataset Interface