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