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


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

IMultidimensionalInfo.GetVariableAttributes Method

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

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

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

Product Availability

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

See Also

IMultidimensionalInfo Interface