ArcObjects Library Reference (TrackingAnalyst)  

IEventRenderer2.FIDsToRender Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEventRenderer2 Interface