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


IMDDatasetView.SelectDimensionByIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDDatasetView Interface > IMDDatasetView.SelectDimensionByIndex Method
ArcGIS Developer Help

IMDDatasetView.SelectDimensionByIndex Method

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

Product Availability

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

See Also

IMDDatasetView Interface