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