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


IDimensionalDefinition.DimensionName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDimensionalDefinition.DimensionName Property

A string defining the name of the dimension.

[Visual Basic .NET]
Public Property DimensionName As String
[C#]
public string DimensionName {get; set;}
[C++]
HRESULT get_DimensionName(
  BSTR* pDimension
);
[C++]
HRESULT put_DimensionName(
  BSTR pDimension
);
[C++]

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

Product Availability

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

See Also

IDimensionalDefinition Interface