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);
Parameters
pVal [out, retval]
pVal is a parameter of type BSTR
pVal [in]
pVal is a parameter of type BSTR
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.