ArcObjects Library Reference (TrackingAnalyst)  

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(
  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

Product Availability

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

See Also

IEventRenderer2 Interface