Solid Edge FrameworkSupport Type Library
AddByOrigin Method
Specifies the name of the style used a the source of default data for the SmartFrame2d.
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
Specifies the top cropping distance.
Specifies the bottom cropping distance.
Specifies the left cropping distance.
Specifies the right cropping distance.
Description
Adds a SmartFrame2d object by specifying the origin and frame cropping distances.
Syntax
Visual Basic
Public Function AddByOrigin( _
   ByVal StyleName As String, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal top As Double, _
   ByVal bottom As Double, _
   ByVal left As Double, _
   ByVal right As Double _
) As SmartFrame2d
Parameters
StyleName
Specifies the name of the style used a the source of default data for the SmartFrame2d.
x1
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
y1
Specifies the coordinates of the origin of the contained object specified in the container's world coordinate system.
top
Specifies the top cropping distance.
bottom
Specifies the bottom cropping distance.
left
Specifies the left cropping distance.
right
Specifies the right cropping distance.
See Also

SmartFrames2d Collection  | SmartFrames2d Members

Send comments on this topic.