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


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

IGPEnvironmentManager.PersistAll Property

Indicates whether all environments or only local environments are persisted.

[Visual Basic .NET]
Public WriteOnly Property PersistAll
[C#]
public void PersistAll {set;}
[C++]
HRESULT put_PersistAll(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IGPEnvironmentManager Interface