Solid Edge Part Type Library
Add Method
Specifies the full path and file name of the file to be inserted.
Specifies the coordinate system to be used.
Specifies the type of fit (direct, least squares, or linestring).
Specifies the tolerance for the CurveByTable object.
Specifies the closure for the CurveByTable object.
Specifies the closure type for the CurveByTable object.
Sets the unit type for the CurveByTable object.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal FilePath As String, _
   Optional ByVal CoordinateSystem As Variant, _
   Optional ByVal CurveType As Variant, _
   Optional ByVal dTolerance As Variant, _
   Optional ByVal Closure As Variant, _
   Optional ByVal ClosureType As Variant, _
   Optional ByVal UnitType As Variant _
) As CurveByTable
Parameters
FilePath
Specifies the full path and file name of the file to be inserted.
CoordinateSystem
Specifies the coordinate system to be used.
CurveType
Specifies the type of fit (direct, least squares, or linestring).
dTolerance
Specifies the tolerance for the CurveByTable object.
Closure
Specifies the closure for the CurveByTable object.
ClosureType
Specifies the closure type for the CurveByTable object.
UnitType
Sets the unit type for the CurveByTable object.
See Also

CurvesByTables Collection  | CurvesByTables Members