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


IGPUtilities2.VariableManager Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities2 Interface > IGPUtilities2.VariableManager Property
ArcGIS Developer Help

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 [in]

ppVariableManager is a parameter of type IGPVariableManager* ppVariableManager [out, retval]
ppVariableManager is a parameter of type IGPVariableManager**

Product Availability

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

See Also

IGPUtilities2 Interface