This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDTableView Interface > IMDTableView.DimensionList Property (ArcObjects .NET 10.5 SDK) |
The list of dimensions used.
[Visual Basic .NET] Public Property DimensionList As IStringArray
[C#] public IStringArray DimensionList {get; set;}
[C++]
HRESULT get_DimensionList(
IStringArray** ppDims
);
[C++]
HRESULT put_DimensionList(
IStringArray* ppDims
);
[C++]
Parameters ppDims [out, retval]
ppDims is a parameter of type IStringArray ppDims [in]
ppDims is a parameter of type IStringArray