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