file = r"\\SUTCLIFFER-NEW\C$\Users\rsutcliffe\Desktop\Untitled.mxd" mxd = arcpy.mapping.MapDocument(file) mxd.title = '' #Additional lines tried mxd.save del mxd
file = r"\\SUTCLIFFER-NEW\C$\Users\rsutcliffe\Desktop\Untitled.mxd" mxd = arcpy.mapping.MapDocument(file) mxd.title = "" #Don't forget those brackets! mxd.save() del mxd
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.