>>> import arcpy >>> md = arcpy.mapping.MapDocument("CURRENT") Runtime error <type 'exceptions.RuntimeError'>: Object: CreateObject cannot open map document
Hi Grant,
Unfortunately the Arcpy.mapping module will not work in ArcScene because the arcpy.mapping.MapDocument() module is looking for a map document and not a scene document. This is probably something that we should take into consideration though. You might want to add this to our ideas site:
http://ideas.arcgis.com/ideaHome?c=09a300000004xET