Solid Edge Draft Type Library
AddByFold Method
Specifies the DrawingView object from which the folded drawing view is created.
A member of the FoldTypeConstants constant set that specifies the fold direction in which to create the folded drawing view.
Specifies the coordinates of the folded drawing view's origin.
Specifies the coordinates of the folded drawing view's origin.
Description
Creates a folded DrawingView object from an existing DrawingView object.
Syntax
Visual Basic
Public Function AddByFold( _
   ByVal From As DrawingView, _
   ByVal foldDir As FoldTypeConstants, _
   ByVal x As Double, _
   ByVal y As Double _
) As DrawingView
Parameters
From
Specifies the DrawingView object from which the folded drawing view is created.
foldDir
ValueDescription
igFoldDownFold Type - Fold Down
igFoldDownLeftFold Type - Fold Down Left
igFoldDownRightFold Type - Fold Down Right
igFoldLeftFold Type - Fold Left
igFoldRightFold Type - Fold Right
igFoldUpFold Type - Fold Up
igFoldUpLeftFold Type - Fold Up Left
igFoldUpRightFold Type - Fold Up Right
igNullFoldFold Type - Null Fold
A member of the FoldTypeConstants constant set that specifies the fold direction in which to create the folded drawing view.
x
Specifies the coordinates of the folded drawing view's origin.
y
Specifies the coordinates of the folded drawing view's origin.
Remarks
This method requires an existing drawing view, a fold direction in relation to the existing view, and an origin point for the auxiliary drawing view as inputs. The AddByFold method cannot be used until a DrawingView object exists. The initial DrawingView object is created through the DrawingViews.Add method.
See Also

DrawingViews Collection  | DrawingViews Members

Send comments on this topic.