Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
Import DWGFile to Revit ,need set ImportUnit is Millimeter and CustomScale is 0.1, but the API can not set DWGImportOptions (CustomScale and Unit) at the same time. So then want to modify ImportInstance's Parameter after imported, but element.get_Parameter(BuiltInParameter.IMPORT_INSTANCE_SCALE) is ReadOnly. There is anyway to modify the scale factor use API?
Solved! Go to Solution.