Gets and sets this characteristic's upper tolerance value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TolerancePlus As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICharacteristicsData
Dim value As System.String
instance.TolerancePlus = value
value = instance.TolerancePlus |
C# | |
---|
System.string TolerancePlus {get; set;} |
C++/CLI | |
---|
property System.String^ TolerancePlus {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Upper tolerance value
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS