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