Share

Balloon.SetBalloonType Method

Parent Object: Balloon

Description

Method that sets the balloon type.

Syntax

Balloon.SetBalloonType( BalloonType As BalloonTypeEnum, [BalloonTypeData] As Variant )

Parameters

Name Type Description
BalloonType BalloonTypeEnum Constant that indicates the balloon type. Valid types are kCircularWithOneEntryBalloonType, kCircularWithTwoEntriesBalloonType, kHexagonBalloonType, kLinearBalloonType, kNoneBalloonType and kSketchedSymbolBalloonType. Setting the type to kNoneBalloonType specifies that all the properties chosen in the style will be displayed.
BalloonTypeData Variant Optional input data associated with certain balloon types. If the balloon type is kSketchedSymbolBalloonType, this argument requires a SketchedSymbolDefinition object. Else, this argument is ignored.

This is an optional argument whose default value is null.

Samples

Name Description
Balloons - edit This sample demonstrates the editing of balloons in a drawing.

Version

Introduced in version 9

Was this information helpful?