This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo Interface > IMultidimensionalInfo.GetVariableAttributes Method (ArcObjects .NET 10.4 SDK) |
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