Obsolete. Superseded by IModelDocExtension::InsertStackedBalloon2.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Style As Integer
Dim Size As Integer
Dim UpperTextStyle As Integer
Dim UpperText As String
Dim LowerTextStyle As Integer
Dim LowerText As String
Dim CustomSize As Double
Dim ShowQuantity As Boolean
Dim QuantityPlacement As Short
Dim QuantityDenotationText As String
Dim value As Note
value = instance.InsertStackedBalloon(Style, Size, UpperTextStyle, UpperText, LowerTextStyle, LowerText, CustomSize, ShowQuantity, QuantityPlacement, QuantityDenotationText)
|
Parameters
- Style
Balloon style as defined in swBalloonStyle_e
- Size
- Balloon size as defined in swBalloonFit_e
- UpperTextStyle
- Style for the upper text of the balloon as defined in swBalloonTextContent_e
- UpperText
- Upper text in the balloon
- LowerTextStyle
- Style for the lower text of the balloon as defined in swBalloonTextContent_e; valid for balloons only and Style must be set to swBS_SplitCirc
- LowerText
- Lower text in the balloon; valid for balloons only and Style must be set to swBS_SplitCirc
- CustomSize
- User-defined size of the balloon; Size must be set to swBF_UserDef
- ShowQuantity
- True to show quantity, false to not
- QuantityPlacement
-
Placement of quantity value:
- 0 = Left
- 1 = Right
- 2 = Top
- 3 = Bottom
- QuantityDenotationText
Denotation text for quantity
Return Value
Note
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0