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 6.0]
Property TemporalFieldName As String
[Visual Basic .NET]
Public ReadOnly Property TemporalFieldName As String
[C#]
public string TemporalFieldName {get;}
[Java]
public String getTemporalFieldName()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page