ToleranceToStringRepresentation Method
|
Converts the actual tolerance to its string representation.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string ToStringRepresentation()
Public Function ToStringRepresentation As String
public:
String^ ToStringRepresentation()
member ToStringRepresentation : unit -> string
METHOD ToStringRepresentation() AS STRING
Return Value
Type:
StringThe tolerance string representation.
See Also