TemporaryMapLayers property |
|
|
Release 9.1
Last modified August 19, 2005 |
Print all topics in : "Properties and Methods" |
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.
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")