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


IMDFeatureClassView.RowDimensionList Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

IMDFeatureClassView.RowDimensionList Property

The list of row dimensions used.

[Visual Basic .NET]
Public Property RowDimensionList As IStringArray
[C#]
public IStringArray RowDimensionList {get; set;}
[C++]
HRESULT get_RowDimensionList(
  IStringArray** ppRowDims
);
[C++]
HRESULT put_RowDimensionList(
  IStringArray* ppRowDims
);
[C++]

Parameters ppRowDims [out, retval]
ppRowDims is a parameter of type IStringArray ppRowDims [in]
ppRowDims is a parameter of type IStringArray

Product Availability

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

See Also

IMDFeatureClassView Interface