ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalRenderer.TemporalObjectColumnName Property

Indicates the feature class column that identifies or groups temporal observations with time series.

[Visual Basic 6.0]
Property TemporalObjectColumnName As String
[Visual Basic .NET]
Public Property TemporalObjectColumnName As String
[C#]
public string TemporalObjectColumnName {get; set;}
[Java]
public String getTemporalObjectColumnName()
throws
    IOException,
    AutomationException
[Java]
public void setTemporalObjectColumnName(
String TemporalObjectColumnName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TemporalObjectColumnName(
  BSTR* pVal
);
[C++]
HRESULT put_TemporalObjectColumnName(
  BSTR pVal

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type BSTR

pVal [in]

  pVal is a parameter of type BSTR

Product Availability

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

Description

This property identifies the feature classes column that identifies or groups temporal observations with time series.  This is usually refered to as the event column name.

See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page