Solid Edge Draft Type Library
CreateView Method
Description
This method will create an empty (un updated) view. There will be one optional Boolean argument to specify that the view should be a revolved section, and it will default to false. Note that the fold segment will default to the first segment, but can be changed with the FoldSegment property.
Syntax
Visual Basic
Public Function CreateView( _
   Optional ByVal SectionType As DraftSectionViewType = seDraftSectionViewTypeStandard _
) As DrawingView
Parameters
SectionType
ValueDescription
seDraftSectionViewTypeRevolved 
seDraftSectionViewTypeStandard 
See Also

CuttingPlane Object  | CuttingPlane Members