ArcObjects Library Reference (Carto)  

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