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