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


IFeatureExtent.FeatureIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExtent Interface > IFeatureExtent.FeatureIDs Property
ArcGIS Developer Help

IFeatureExtent.FeatureIDs Property

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*

Product Availability

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

See Also

IFeatureExtent Interface