Message 1 of 3
Get alignment type of an existing drawing view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to be able to get the alignment type (i.e. vertical, horiztonal, or positional) of an existing drawing view provided that it is aligned, but there doesn't seem to be a way to do this. DrawingView.Aligned only tells me if it's aligned, and DrawingViewAlignmentEnum seems to be write-only. I thought about comparing the position of DrawingView.ParentView, but the parent view is not necessarily the aligned view.
Does anyone know how I can get this?