<< Click to Display Table of Contents >>

 

ListDataFrames

 

 

從MapDocument中取得數據框架

語法:

ListDataFrames(sgd)

參數

說明

參數類型

sgd

DataFrame所屬的MapDocument

MapDocument

ListDataFrames使用範例

import sgpy

sgd=sgpy.mapping.MapDocument("current")

df=sgd.activeDataFrame

for df in sgpy.mapping.ListDataFrames(sgd):

      print df.name

del sgd,df

 


©2015 Supergeo Technologies Inc. All rights reserved.