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


IMDDatasetView.SelectDimensionByValue 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.SelectDimensionByValue Method
ArcGIS Developer Help

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