ArcObjects Library Reference (DataSourcesNetCDF)  

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