This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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