Share

BalloonValueSet Object


Description

The BalloonValueSet object allows for setting and overriding of balloon content.

Methods

Name Description
Delete Deletes this BalloonValueSet object.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
ItemNumber Returns the associated item number.
OverrideValue Gets and sets the override value of the balloon.
Parent Property returning the parent balloon.
ReferencedRow Property that returns the referenced DrawingBOMRow object.
Static Gets and sets whether the Value property has been overridden.
Type Returns an ObjectTypeEnum indicating this object's type.
Value Gets and sets the value of the balloon. This value corresponds to the item number of a row in a parts list if any have been created.

Accessed From

BalloonValueSets.Add, BalloonValueSets.Item

Samples

Name Description
Balloons - edit This sample demonstrates the editing of balloons in a drawing.
Find component referenced by balloon This sample demonstrates how to find the component that a balloon references.

Version

Introduced in version 9

Was this information helpful?