ArcObjects Library Reference (Carto)  

ITimeDimensionDefinition.TimeDimensionName Property

Returns the name of the dimension that represents time.

[Visual Basic .NET]
Public Property TimeDimensionName As String
[C#]
public string TimeDimensionName {get; set;}
[C++]
HRESULT get_TimeDimensionName(
  BSTR* FieldName
);
[C++]
HRESULT put_TimeDimensionName(
  BSTR FieldName
);
[C++]

Parameters

FieldName [out, retval]   FieldName is a parameter of type BSTR FieldName [in]   FieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDimensionDefinition Interface