Solid Edge Draft Type Library
AddDraftView Method
Specifies the scale of the detail drawing view. The scale determines the size of the detail view in that the detail 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 scalable draft view to contain only user graphics.
Syntax
Visual Basic
Public Function AddDraftView( _
   ByVal Scale As Double, _
   ByVal x1 As Double, _
   ByVal y1 As Double _
) As DrawingView
Parameters
Scale
Specifies the scale of the detail drawing view. The scale determines the size of the detail view in that the detail 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