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 > IMDDatasetView Interface > IMDDatasetView.SelectDimensionByIndex Method (ArcObjects .NET 10.5 SDK) |
Selects the dimension for viewing by an index.
[Visual Basic .NET] Public Sub SelectDimensionByIndex ( _ ByVal dim As String, _ ByVal index As Integer _ )
[C#] public void SelectDimensionByIndex ( string dim, int index );
[C++]
HRESULT SelectDimensionByIndex(
BSTR dim,
long index
);
[C++]
Parameters dim [in] dim is a parameter of type BSTR index [in] index is a parameter of type long