This document is archived and information here might be outdated.  Recommended version.


IEventRenderer2.EventIDFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEventRenderer2.EventIDFieldName Property

Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class.

[Visual Basic .NET]
Public Property EventIDFieldName As String
[C#]
public string EventIDFieldName {get; set;}
[C++]
HRESULT get_EventIDFieldName(
  BSTR* pbstrEventIDField
);
[C++]
HRESULT put_EventIDFieldName(
  BSTR pbstrEventIDField
);
[C++]

Parameters pbstrEventIDField [out, retval] pbstrEventIDField is a parameter of type BSTR pbstrEventIDField [in] pbstrEventIDField is a parameter of type BSTR

Product Availability

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

See Also

IEventRenderer2 Interface