This document is archived and information here might be outdated.  Recommended version.


ITimeDimensionDefinition.TimeDimensionName Property (ArcObjects .NET 10.4 SDK)
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