ArcObjects Library Reference (DataSourcesNetCDF)  

IMDDatasetView.SelectDimensionByValue Method

Selects the dimension for viewing by a value.

[Visual Basic .NET]
Public Sub SelectDimensionByValue ( _
    ByVal dim As String, _
    ByVal vValue As Object _
)
[C#]
public void SelectDimensionByValue (
    string dim,
    object vValue
);
[C++]
HRESULT SelectDimensionByValue(
  BSTR dim,
  VARIANT vValue
);
[C++]

Parameters

dim [in]   dim is a parameter of type BSTR vValue [in]   vValue is a parameter of type VARIANT

Product Availability

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

See Also

IMDDatasetView Interface