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


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

IMultidimensionalInfo.GetDimensionAttributes Method

Returns the attributes corresponding to the specified dimension associated with the specified variable. Fails if the dimension associated with the variable hasn't been defined.

[Visual Basic .NET]
Public Function GetDimensionAttributes ( _
    ByVal bsDimensionName As String, _
    ByVal bsVariableName As String _
) As IPropertySet
[C#]
public IPropertySet GetDimensionAttributes (
    string bsDimensionName,
    string bsVariableName
);
[C++]
HRESULT GetDimensionAttributes(
  BSTR bsDimensionName,
  BSTR bsVariableName,
  IPropertySet** ppDimensionAttributes
);
[C++]

Parameters bsDimensionName [in] bsDimensionName is a parameter of type BSTR bsVariableName [in] bsVariableName is a parameter of type BSTR ppDimensionAttributes [out, retval]
ppDimensionAttributes is a parameter of type IPropertySet

Product Availability

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

See Also

IMultidimensionalInfo Interface