This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventRenderer2 Interface > IEventRenderer2.FIDsToRender Property (ArcObjects .NET 10.4 SDK) |
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