This document is archived and information here might be outdated. Recommended version. |
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.
[Visual Basic .NET]
Public Property TemporalFieldName As String
[C#]
public string TemporalFieldName {get; set;}
[C++]
HRESULT get_TemporalFieldName(
System.String* pbstrTemporalField
);
[C++]
HRESULT put_TemporalFieldName(
BSTR pbstrTemporalField
);
[C++] Parameters pbstrTemporalField [out, retval]
pbstrTemporalField is a parameter of type BSTR* pbstrTemporalField [in]
pbstrTemporalField is a parameter of type BSTR