This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventRenderer2 Interface > IEventRenderer2.TemporalFieldName Property (ArcObjects .NET 10.5 SDK) |
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.
[Visual Basic .NET] Public Property TemporalFieldName As String
[C#] public string TemporalFieldName {get; set;}
[C++]
HRESULT get_TemporalFieldName(
BSTR* pbstrTemporalField
);
[C++]
HRESULT put_TemporalFieldName(
BSTR pbstrTemporalField
);
[C++]
Parameters pbstrTemporalField [out, retval] pbstrTemporalField is a parameter of type BSTR pbstrTemporalField [in] pbstrTemporalField is a parameter of type BSTR