Moves this drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetViewPosition( _
ByVal Position As System.Object, _
ByVal MoveChildViews As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim Position As System.Object
Dim MoveChildViews As System.Boolean
Dim value As System.Boolean
value = instance.SetViewPosition(Position, MoveChildViews) |
Parameters
- Position
- Array of two doubles giving the new x,y position of this drawing view relative to the sheet origin (see Remarks)
- MoveChildViews
- True to also move child views, false to not
Return Value
True if view position successfully set, false if not
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34