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


IMultidimensionalInfo.PutDimensionValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo Interface > IMultidimensionalInfo.PutDimensionValues Method
ArcGIS Developer Help

IMultidimensionalInfo.PutDimensionValues Method

Sets the value ranges along the specified dimension associated with the specified variable. All previously defined values along this dimension associated with the specified variable are replaced. The argument pMaxDimensionValues may be null to indicate values

[Visual Basic .NET]
Public Sub PutDimensionValues ( _
    ByVal bsDimensionName As String, _
    ByVal bsVariableName As String, _
    ByVal pMinDimensionValues As IDoubleArray, _
    ByVal pMaxDimensionValues As IDoubleArray _
)
[C#]
public void PutDimensionValues (
    string bsDimensionName,
    string bsVariableName,
    IDoubleArray pMinDimensionValues,
    IDoubleArray pMaxDimensionValues
);
[C++]
HRESULT PutDimensionValues(
  BSTR bsDimensionName,
  BSTR bsVariableName,
  IDoubleArray* pMinDimensionValues,
  IDoubleArray* pMaxDimensionValues
);
[C++]
Parameters
bsDimensionName [in]

bsDimensionName is a parameter of type BSTR bsVariableName [in]
bsVariableName is a parameter of type BSTR pMinDimensionValues [in]
pMinDimensionValues is a parameter of type IDoubleArray* pMaxDimensionValues [in]
pMaxDimensionValues is a parameter of type IDoubleArray*

Product Availability

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

See Also

IMultidimensionalInfo Interface