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


IGPUtilities2.VariableManager Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.VariableManager Property

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.

See Also

IGPUtilities2 Interface