Click or drag to resize

ToleranceDatumIdentifier Property

Gets or sets the datum identifying symbol.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string DatumIdentifier { get; set; }

Property Value

Type: String
Remarks
A datum is a theoretically exact geometric reference from which you can establish the location and tolerance zones of other features. A point, line, plane, cylinder, or other geometry can serve as a datum.
See Also