Is it possible for me to georeference a CAD file in ArcMap using Python? I know the projection, rotation angle, the X and Y shift distances, and the scale value.
Yes. You need to: 1) Create a new text file with the appropriate name in the same directory as the CAD file. 2) Use open(outputfilename, "w") to open the new text file for writing. 3) Write your information in the appropriate format a line at a time 4) Close your output file.