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


ITimeDimensionDefinition.TimeDimensionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDimensionDefinition Interface > ITimeDimensionDefinition.TimeDimensionName Property
ArcGIS Developer Help

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(
  System.String* 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