This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDDatasetView Interface > IMDDatasetView.SelectDimensionByValue Method (ArcObjects .NET 10.4 SDK) |
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