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