Solid Edge FrameworkSupport Type Library
AddToGroup Method
Specifies the number of objects to be added.
Contains the objects to be added.
Description
Adds a selected element to the referenced Group object.
Syntax
Visual Basic
Public Sub AddToGroup( _
   Optional ByVal NumObjects As Variant, _
   Optional ByVal Objects As Variant _
) 
Parameters
NumObjects
Specifies the number of objects to be added.
Objects
Contains the objects to be added.
See Also

Group Collection  | Group Members

Send comments on this topic.