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