Message 1 of 2
How to use ImageImportOptions in revit 2022?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
May I know, how to use ImageImportOptions in Revit 2022.
I used the below option in the previous versions.
ImageImportOptions pOpts = new ImageImportOptions();
pOpts.Placement = BoxPlacement.Center;
pOpts.Resolution = 20;
Thanks