This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionValue Method (ArcObjects .NET 10.5 SDK) |
The dimension value for a specified dimension and index.
[Visual Basic .NET] Public Function GetDimensionValue ( _ ByVal dimName As String, _ ByVal index As Integer _ ) As Object
[C#] public object GetDimensionValue ( string dimName, int index );
[C++]
HRESULT GetDimensionValue(
BSTR dimName,
long index,
VARIANT* vValue
);
[C++]
Parameters dimName [in] dimName is a parameter of type BSTR index [in] index is a parameter of type long vValue [out, retval] vValue is a parameter of type VARIANT