Click or drag to resize

ToleranceParseRepresentation Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the string representation of a tolerance to its tolerance entity equivalent.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Tolerance ParseRepresentation(
	string s
)
Request Example View Source

Parameters

s
Type: SystemString
A string that represents a tolerance to convert.

Return Value

Type: Tolerance
The Tolerance entity equivalent to the tolerance contained in s.
See Also