I want to create a Dynamo script that can export object geolocation and attribute data to either an SDF or SHP file. The objects could be polylines, blocks, points, etc. Basically, I want to have the same functionality as the MAPEXPORT command so that I can automate the process of selecting different objects on different layers and saving them out as separate SDF/SHP files.
I tried to create a Python node but didn’t get it to work (I’m not strong with Python). Does anyone have any ideas?