This document is archived and information here might be outdated.  Recommended version.


IMultidimensionalInfo.GetDimensionValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMultidimensionalInfo.GetDimensionValues Method

Returns the set of value ranges along the specified dimension associated with the specified variable.

[Visual Basic .NET]
Public Sub GetDimensionValues ( _
    ByVal bsDimensionName As String, _
    ByVal bsVariableName As String, _
    ByRef ppMinDimensionValues As IDoubleArray, _
    ByRef ppMaxDimensionValues As IDoubleArray _
)
[C#]
public void GetDimensionValues (
    string bsDimensionName,
    string bsVariableName,
    ref IDoubleArray ppMinDimensionValues,
    ref IDoubleArray ppMaxDimensionValues
);
[C++]
HRESULT GetDimensionValues(
  BSTR bsDimensionName,
  BSTR bsVariableName,
  IDoubleArray** ppMinDimensionValues,
  IDoubleArray** ppMaxDimensionValues
);
[C++]

Parameters bsDimensionName [in] bsDimensionName is a parameter of type BSTR bsVariableName [in] bsVariableName is a parameter of type BSTR ppMinDimensionValues [out]
ppMinDimensionValues is a parameter of type IDoubleArray ppMaxDimensionValues [out]
ppMaxDimensionValues is a parameter of type IDoubleArray

Product Availability

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

See Also

IMultidimensionalInfo Interface