Solid Edge Draft Type Library
AddByDraftView Method
The DrawingView object from which the detail draft view is created.
Specifies the scale of the detail draft view. The scale determines the size of the draft view in that the draft view sizes automatically to display everything encompassed within the detail envelope.
Specifies the coordinates for the origin of the detail drawing view.
Specifies the coordinates for the origin of the detail drawing view.
Description
Adds a draft view that references the same user graphics as the input draft view.
Syntax
Visual Basic
Public Function AddByDraftView( _
   ByVal From As DrawingView, _
   ByVal Scale As Double, _
   ByVal x1 As Double, _
   ByVal y1 As Double _
) As DrawingView
Parameters
From
The DrawingView object from which the detail draft view is created.
Scale
Specifies the scale of the detail draft view. The scale determines the size of the draft view in that the draft view sizes automatically to display everything encompassed within the detail envelope.
x1
Specifies the coordinates for the origin of the detail drawing view.
y1
Specifies the coordinates for the origin of the detail drawing view.
See Also

DrawingViews Collection  | DrawingViews Members