This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo Interface > IMultidimensionalInfo.DefineVariable Method (ArcObjects .NET 10.5 SDK) |
Defines a variable using the set of all associated attributes. Overwrites the attributes if the variable has already been defined.
[Visual Basic .NET] Public Sub DefineVariable ( _ ByVal bsVariableName As String, _ ByVal pVariableAttributes As IPropertySet _ )
[C#] public void DefineVariable ( string bsVariableName, IPropertySet pVariableAttributes );
[C++]
HRESULT DefineVariable(
BSTR bsVariableName,
IPropertySet* pVariableAttributes
);
[C++]
Parameters bsVariableName [in] bsVariableName is a parameter of type BSTR pVariableAttributes [in]
pVariableAttributes is a parameter of type IPropertySet