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


IDimensionalDefinition.DimensionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDimensionalDefinition Interface > IDimensionalDefinition.DimensionName Property
ArcGIS Developer Help

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(
  System.String* pDimension
);
[C++]
Parameters
pDimension [in]

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

Product Availability

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

See Also

IDimensionalDefinition Interface