ArcObjects Library Reference (TrackingAnalyst)  

IEventRenderer2.EventIDsToRender Property

Provides the set of Event IDs that will be rendered in coordination with the StepTool.

[Visual Basic .NET]
Public Property EventIDsToRender As IStringArray
[C#]
public IStringArray EventIDsToRender {get; set;}
[C++]
HRESULT get_EventIDsToRender(
  IStringArray** ppiEventIDs
);
[C++]
HRESULT putref_EventIDsToRender(
  IStringArray* ppiEventIDs
);
[C++]

Parameters

ppiEventIDs [out, retval]

  ppiEventIDs is a parameter of type IStringArray

ppiEventIDs [in]

  ppiEventIDs is a parameter of type IStringArray

Product Availability

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

See Also

IEventRenderer2 Interface