Gets the threshold of defective units for accepting the entire lot.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Accept As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.String
value = instance.Accept |
C# | |
---|
System.string Accept {get;} |
C++/CLI | |
---|
property System.String^ Accept {
System.String^ get();
} |
Property Value
Threshold of defective units for acceptance of the lot
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS