For instance, while all types of series, products, instances, and AOIs are used by default, you could indicate that the query should only be applied if the series type is Regional and the instance type is an Inset. This means that data would only be taken from regional series an...
The AOI feature layer is added to the ArcMap data frame. Примечание: If you do not see the AOI feature, right-click the AOI feature in the Product Library tree view and click Zoom To. Right-click the AOI feature in the Product Librar...
the page remains as is # Note: If you created a text file containing this information, this is where # you would paste in that code # Code for setting up the inset map on the first page # if (pgIndex == 1): # Set position of inset map to place it on the page layout dataFrame...
次のコード ブロックを ArcMap Python ウィンドウ内で実行すると、現在のページ レイアウトに関する情報が指定したテキスト ファイルに書き込まれます。 import os # Create an output location variable outputDirectory = r"C:\temp" # Open a text file to append info to insetTxt ...
La siguiente secuencia de comandos exporta un libro de mapas con mapas insertos en las páginas 1 y 3. importarcpy,os# Create an output directory variable # outDir = r"C:\Project\MapBook\final_output" # Create a new, empty pdf document in the specified output directory # This will ...