Gets and sets whether to auto-explode hole callouts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoExplodeHoleCallout As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Boolean
instance.AutoExplodeHoleCallout = value
value = instance.AutoExplodeHoleCallout |
C# | |
---|
System.bool AutoExplodeHoleCallout {get; set;} |
C++/CLI | |
---|
property System.bool AutoExplodeHoleCallout {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to create a separate instance for each section of the hole callout, false to not
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS