Gets and sets the X and Y location of the drawing view origin with respect to the drawing sheet origin.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Position As Object |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Object
instance.Position = value
value = instance.Position
|
C# | |
---|
object Position {get; set;} |
C++/CLI | |
---|
property Object^ Position {
Object^ get();
void set (Object^ value);
} |
Return Value
Array of 2 doubles (see
Remarks)
Example
Remarks
See Also