ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.TemporalFieldName Property

Identifies the temporal field, which must be a field type whoe data can be converted to a date value.

[Visual Basic .NET]
Public Property TemporalFieldName As String
[C#]
public string TemporalFieldName {get; set;}
[C++]
HRESULT get_TemporalFieldName(
  BSTR* pbstrTemporalFieldName
);
[C++]
HRESULT put_TemporalFieldName(
  BSTR pbstrTemporalFieldName
);
[C++]

Parameters

pbstrTemporalFieldName [out, retval]   pbstrTemporalFieldName is a parameter of type BSTR pbstrTemporalFieldName [in]   pbstrTemporalFieldName is a parameter of type BSTR

Product Availability

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

See Also

ITemporalRenderer Interface