BalloonValueSets.Add Method
Parent Object: BalloonValueSetsDescription
Method that creates a new BalloonValueSet.
Remarks
The new created BalloonValueSet is returned. This is the equivalent of the 'Attach Balloon' and 'Attach Balloon From List' commands in the user interface.Syntax
BalloonValueSets.Add( Component As Object ) As BalloonValueSetParameters
Name | Type | Description |
Component | Object | Input object that defines the component that this balloon will be attached to. This can be one of the following: a ComponentOccurrence / ComponentOccurrenceProxy object, or a DrawingBOMRow object. |