Solid Edge Part Type Library
Add Method
Specifies the number of profiles in the first input curve set.
Specifies the profiles in the first input curve set.
Specifies the number of profiles in the second input curve set.
Specifies the profiles in the second input curve set.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfProfilesInSet1 As Long, _
   ByRef ProfileSet1() As Object, _
   ByVal NumberOfProfilesInSet2 As Long, _
   ByRef ProfileSet2() As Object _
) As CrossCurve
Parameters
NumberOfProfilesInSet1
Specifies the number of profiles in the first input curve set.
ProfileSet1
Specifies the profiles in the first input curve set.
NumberOfProfilesInSet2
Specifies the number of profiles in the second input curve set.
ProfileSet2
Specifies the profiles in the second input curve set.
See Also

CrossCurves Collection  | CrossCurves Members

Send comments on this topic.