- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm making some upgrades to our standard drawing template and one of the things I would like to do is reference an initial view scale but when there isn't an initial view have the scale read "None". I currently have a custom iProperty named "Scale" that is called in the title block. I'm aware of the Sheet Property <Initial View Scale> and I want to utilize that in my iLogic code. I've been scouring the internet and the help menus for how to reference this property but I just can't find it. Ideally i want the code to do something like this:
1) Check for Initial View Scale
2) Set iProperties.Value("Custom","Scale") = the Initial View Scale
3) If that value is nothing then Scale = "None"
Anyone have any idea how to call the Inital View Scale? Thanks for the help.
Solved! Go to Solution.