February 2013
Intermediate to advanced
304 pages
6h 45m
English
The ArcMap table of contents is composed of one or more data frames. Each data frame can contain layers and tables. Data frames can be used to filter lists that are returned from the various list functions such as ListLayers(). For example, a DataFrame object can be used as an input parameter to restrict the layers returned by the ListLayers() function to only those layers within a particular data frame. You can also use a DataFrame object to get or set the current map extent, which can be useful when creating map books. In this recipe you will learn how to access data frames from your Python scripts.
The ListDataFrames() function returns a list of DataFrame objects. Each data frame can hold layers and tables ...
Read now
Unlock full access