This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppVariableManager is a parameter of type IGPVariableManager* ppVariableManager [out, retval]
ppVariableManager is a parameter of type IGPVariableManager**