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


IGPEnvironmentManager.PersistAll Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 VARIANT_BOOL

Product Availability

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

See Also

IGPEnvironmentManager Interface