DrawingView.Center vs. DrawingView.Position

DrawingView.Center vs. DrawingView.Position

Anonymous
Not applicable
526 Views
2 Replies
Message 1 of 3

DrawingView.Center vs. DrawingView.Position

Anonymous
Not applicable
From the helpfile: DrawingView.Center "Gets and sets the display center point of the drawing view on the owning sheet." DrawingView.Position "Gets and sets the point used to position the drawing view on the sheet." Could anyone explain the difference between these properties? Both properties seem to behave identically.
0 Likes
527 Views
2 Replies
Replies (2)
Message 2 of 3

sanjay.ramaswamy
Alumni
Alumni

The Center property returns the center of the view for all view types. The Position property (which specifies the point used to place/position the view) happens to be the view center for most view types except draft views. For draft views, the position property returns the lower left corner of the view.

 

0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks!
0 Likes