This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDFeatureClassView Interface > IMDFeatureClassView.RowDimensionList Property (ArcObjects .NET 10.4 SDK) |
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