EditBalloonProperties Method (IModelDoc2)
Obsolete. Superseded by INote::SetBalloon and INote::SetBomBalloonText.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
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 value As Object
value = instance.EditBalloonProperties(Style, Size, UpperTextStyle, UpperText, LowerTextStyle, LowerText)
|
Parameters
- Style
-
- Size
-
- UpperTextStyle
-
- UpperText
-
- LowerTextStyle
-
- LowerText
-
See Also