Gets the screen coordinates of the upper-left and lower-right corners of the window.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ActiveViewRectangle As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As System.Object
value = instance.ActiveViewRectangle |
C# | |
---|
System.object ActiveViewRectangle {get;} |
C++/CLI | |
---|
property System.Object^ ActiveViewRectangle {
System.Object^ get();
} |
Property Value
Array of four longs or integers, which are the x and y coordinates of the upper-left and lower-right corners of the window
See Also
Availability
eDrawings API 2014 SP0