There is an example in the online help for the arcpy.mapping PrintMap method.The only thing missing in their example is how to get the current map document:mxd = arcpy.mapping.MapDocument("CURRENT") arcpy.mapping.PrintMap(mxd)Does this help?
mxd = arcpy.mapping.MapDocument("CURRENT") arcpy.mapping.PrintMap(mxd)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.