Solid Edge Draft Type Library
AddEmptyView Method
Description
Adds an new empty, out-of-date drawing view. Specify parameters using view properties and then call Update.
Syntax
Visual Basic
Public Function AddEmptyView( _
   ByVal From As ModelLink, _
   Optional ByVal CreationDefaults As DrawingViewDefaultsConstants = seDrawingViewDefaultsPrincipal _
) As DrawingView
Parameters
From
CreationDefaults
ValueDescription
seDrawingViewDefaultsPictorialSpecifies the defaults for drawing view creation using AddEmptyView.
seDrawingViewDefaultsPrincipalSpecifies the defaults for drawing view creation using AddEmptyView.
See Also

DrawingViews Collection  | DrawingViews Members  | Solid Edge ST5 - What's New