Solid Edge Framework Type Library
InsertSymbolAsGeometry Method
Specifies the path and name of the symbol file containing the object(s) to be inserted.
Specifies the point on the x-axis at which the lower left corner of the range of elements in the symbol file should be positioned.
Specifies the point on the y-axis at which the lower left corner of the range of elements in the symbol file should be positioned.
Description
Inserts a symbol as geometry.
Syntax
Visual Basic
Public Sub InsertSymbolAsGeometry( _
   ByVal filePath As String, _
   ByVal dOriginX As Double, _
   ByVal dOriginY As Double _
) 
Parameters
filePath
Specifies the path and name of the symbol file containing the object(s) to be inserted.
dOriginX
Specifies the point on the x-axis at which the lower left corner of the range of elements in the symbol file should be positioned.
dOriginY
Specifies the point on the y-axis at which the lower left corner of the range of elements in the symbol file should be positioned.
Remarks
This method creates a group, then copies the object(s) from the specified symbol file into the group at the specified coordinates.
See Also

Symbols Collection  | Symbols Members

Send comments on this topic.