This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDimensionalDefinition Interface > IDimensionalDefinition.DimensionName Property (ArcObjects .NET 10.5 SDK) |
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