Solid Edge FrameworkSupport Type Library
AddBy2Points Method
Specifies the name of the style for setting SmartFrame2d defaults.
The x coordinate of the start point of the line.
The y coordinate of the start point of the line.
The x coordinate of the end point of the line.
The y coordinate of the end point of the line.
Description
Creates a text box by specifying the diagonal points of the text box.
Syntax
Visual Basic
Public Function AddBy2Points( _
   ByVal StyleName As String, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
) As SmartFrame2d
Parameters
StyleName
Specifies the name of the style for setting SmartFrame2d defaults.
x1
The x coordinate of the start point of the line.
y1
The y coordinate of the start point of the line.
x2
The x coordinate of the end point of the line.
y2
The y coordinate of the end point of the line.
See Also

SmartFrames2d Collection  | SmartFrames2d Members

Send comments on this topic.