This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionValues Method (ArcObjects .NET 10.4 SDK) |
The values for a specified dimension.
[Visual Basic .NET] Public Function GetDimensionValues ( _ ByVal dimName As String _ ) As IVariantArray
[C#] public IVariantArray GetDimensionValues ( string dimName );
[C++]
HRESULT GetDimensionValues(
BSTR dimName,
IVariantArray** ppValues
);
[C++]
Parameters dimName [in] dimName is a parameter of type BSTR ppValues [out, retval]
ppValues is a parameter of type IVariantArray