ArcObjects Library Reference (DataSourcesNetCDF)  

IMDDatasetView.GetDimensionValue Method

The selected dimension value for a dimension name.

[Visual Basic .NET]
Public Function GetDimensionValue ( _
    ByVal dim As String _
) As Object
[C#]
public object GetDimensionValue (
    string dim
);
[C++]
HRESULT GetDimensionValue(
  BSTR dim,
  VARIANT* pVal
);
[C++]

Parameters

dim [in]   dim is a parameter of type BSTR pVal [out, retval]   pVal is a parameter of type VARIANT

Product Availability

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

See Also

IMDDatasetView Interface