Message 1 of 3
Is view placed

Not applicable
11-26-2018
03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Forum members,
Is there a way to find out that is a view placed in a sheet.
I know a long way to do it. loop all the sheets
ICollection<ElementId> views=viewSheet.GetAllPlacedViews()
and then loop all elements to find if the view in question is placed or not.
But is there any other solution to this except the above one may be a simple
isViewPlaced()
Thanks & Regards
Sanjay Pandey