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


ITemporalLayer.TemporalFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.TemporalFieldName Property

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

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

Parameters pVal [out, retval] pVal is a parameter of type BSTR

Product Availability

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

See Also

ITemporalLayer Interface