Gets and sets whether to autoballoon drawings in this inspection project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoBalloon As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Boolean
instance.AutoBalloon = value
value = instance.AutoBalloon |
C# | |
---|
System.bool AutoBalloon {get; set;} |
C++/CLI | |
---|
property System.bool AutoBalloon {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to autoballoon the drawing, false to manually add balloons to the drawing
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS