Sets the Variable Manager.
[Visual Basic .NET] Public Property VariableManager As IGPVariableManager
[C#] public IGPVariableManager VariableManager {get; set;}
[C++]
HRESULT get_VariableManager(
IGPVariableManager** ppVariableManager
);
[C++]
HRESULT putref_VariableManager(
IGPVariableManager* ppVariableManager
);
[C++]Parameters
ppVariableManager [out, retval]ppVariableManager is a parameter of type IGPVariableManager
ppVariableManager [in]ppVariableManager is a parameter of type IGPVariableManager
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.