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


IMDTableView.DimensionList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDTableView Interface > IMDTableView.DimensionList Property
ArcGIS Developer Help

IMDTableView.DimensionList Property

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*

Product Availability

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

See Also

IMDTableView Interface