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