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


IMultidimensionalInfo.DefineDimension Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMultidimensionalInfo.DefineDimension Method

Defines a dimension associated with the specified variable using the dimension-specific attributes. Overwrites the attributes if the dimension associated with specified variable has already been defined.

[Visual Basic .NET]
Public Sub DefineDimension ( _
    ByVal bsDimensionName As String, _
    ByVal bsVariableName As String, _
    ByVal pDimensionAttributes As IPropertySet _
)
[C#]
public void DefineDimension (
    string bsDimensionName,
    string bsVariableName,
    IPropertySet pDimensionAttributes
);
[C++]
HRESULT DefineDimension(
  BSTR bsDimensionName,
  BSTR bsVariableName,
  IPropertySet* pDimensionAttributes
);
[C++]

Parameters bsDimensionName [in] bsDimensionName is a parameter of type BSTR bsVariableName [in] bsVariableName is a parameter of type BSTR pDimensionAttributes [in]
pDimensionAttributes is a parameter of type IPropertySet

Product Availability

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

See Also

IMultidimensionalInfo Interface