Gets and sets the balloon shape for key characteristics.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeyCharShape As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.Integer
instance.KeyCharShape = value
value = instance.KeyCharShape |
C# | |
---|
System.int KeyCharShape {get; set;} |
C++/CLI | |
---|
property System.int KeyCharShape {
System.int get();
void set ( & System.int value);
} |
Property Value
Balloon shape as defined by
swiBalloonSettingsShape_e
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS