Balloon.SetBalloonType Method
Parent Object: BalloonDescription
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. |