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


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

IMultidimensionalInfo.DefineVariable Method

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

Product Availability

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

See Also

IMultidimensionalInfo Interface