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


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

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