This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExtent Interface > IFeatureExtent.FeatureIDs Property (ArcObjects .NET 10.4 SDK) |
The set of feature IDs.
[Visual Basic .NET] Public Property FeatureIDs As IFIDSet
[C#] public IFIDSet FeatureIDs {get; set;}
[C++]
HRESULT get_FeatureIDs(
IFIDSet** FeatureIDs
);
[C++]
HRESULT put_FeatureIDs(
IFIDSet* FeatureIDs
);
[C++]
Parameters FeatureIDs [out, retval]
FeatureIDs is a parameter of type IFIDSet FeatureIDs [in]
FeatureIDs is a parameter of type IFIDSet