This document is archived and information here might be outdated. Recommended version. |
Provides the set of FeatureIDs that will be rendered in coordination with the StepTool.
[Visual Basic .NET] Public Property FIDsToRender As IFIDSet
[C#] public IFIDSet FIDsToRender {get; set;}
[C++]
HRESULT get_FIDsToRender(
IFIDSet** ppiFIDs
);
[C++]
HRESULT putref_FIDsToRender(
IFIDSet* ppiFIDs
);
[C++] Parameters ppiFIDs [out, retval]
ppiFIDs is a parameter of type IFIDSet** ppiFIDs [in]
ppiFIDs is a parameter of type IFIDSet*