Gets and sets the sampling acceptable quality level (AQL) for this inspection project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AQL As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.String
instance.AQL = value
value = instance.AQL |
C# | |
---|
System.string AQL {get; set;} |
C++/CLI | |
---|
property System.String^ AQL {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Acceptable quality level (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS