Message 1 of 2
view layout

Not applicable
11-20-2018
02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody,
I am trying to get the BoundaryBox of an element:
var view = element.Document.ActiveView;
var boundary = element.get_BoundingBox(view);
The problem that I have it is depending of the view, the BoundaryBox can be null.
My question is if there would be any way to get it always, independent of the view.
Javi