Gets and sets the number of digits that fit in a regular characteristic balloon.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Fit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.Integer
instance.Fit = value
value = instance.Fit |
C# | |
---|
System.int Fit {get; set;} |
C++/CLI | |
---|
property System.int Fit {
System.int get();
void set ( & System.int value);
} |
Property Value
Number of digits that fit as defined by
swiBalloonSettingsFit_e
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS