This document is archived and information here might be outdated. Recommended version. |
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*