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


IGeoProcessor.TemporaryMapLayers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.TemporaryMapLayers Property

Set whether new map layers are temporary by default.

[Visual Basic .NET]
Public Property TemporaryMapLayers As Boolean
[C#]
public bool TemporaryMapLayers {get; set;}
[C++]
HRESULT get_TemporaryMapLayers(
  VARIANT_BOOL* TemporaryMapLayers
);
[C++]
HRESULT put_TemporaryMapLayers(
  VARIANT_BOOL TemporaryMapLayers
);
[C++]

Parameters TemporaryMapLayers [out, retval] TemporaryMapLayers is a parameter of type VARIANT_BOOL TemporaryMapLayers [in] TemporaryMapLayers is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoProcessor Interface