Show Navigation | Hide Navigation
You are here:
Writing geoprocessing scripts > Scripting Object: Properties and methods > Properties and Methods

TemporaryMapLayers property

Release 9.1
Last modified August 19, 2005
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Properties and Methods"


Related Topics

Specifies that all future command outputs will be temporarily held in memory until the end of the session, at which time they will be lost.

property symbol

Syntax


variable = object.TemporaryMapLayers

Return Value


Boolean

Examples



from win32com.client import Dispatch
gp = Dispatch("esriGeoprocessing.GpDispatch.1")

gp.workspace = "H:\\Forestry\\forestry.mdb"
gp.erase_arc("housing", "income", "low_income")
gp.TemporaryMapLayers
gp.clip_arc("housing", "boundary", "eastside")



Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.