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

Description

The Temporal Fieldname property identifies the temporal field. This field must be a field type with data that can be converted to a date value.

See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page