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