Solid Edge Framework Type Library
Add Method
Specifies the insertion type for the new symbol. Valid values are members of the OLEInsertionTypeConstant constant set.
Specifies the full path and file name of the file to be inserted.
Specifies the x coordinate of the Symbol location.
Specifies the y coordinate of the Symbol location.
Specifies the z coordinate of the Symbol location.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal insertionType As Long, _
   ByVal filePath As String, _
   ByVal x As Double, _
   ByVal y As Double, _
   Optional ByVal z As Variant _
) As Symbol2d
Parameters
insertionType
Specifies the insertion type for the new symbol. Valid values are members of the OLEInsertionTypeConstant constant set.
filePath
Specifies the full path and file name of the file to be inserted.
x
Specifies the x coordinate of the Symbol location.
y
Specifies the y coordinate of the Symbol location.
z
Specifies the z coordinate of the Symbol location.
See Also

Symbols Collection  | Symbols Members

Send comments on this topic.