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


IEventRenderer2.TemporalFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventRenderer2 Interface > IEventRenderer2.TemporalFieldName Property
ArcGIS Developer Help

IEventRenderer2.TemporalFieldName Property

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(
  System.String* 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

Product Availability

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

See Also

IEventRenderer2 Interface