This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
de5b132f df31 88cb a3a8 cc391f8eafe2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the datum identifying symbol.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string DatumIdentifier { get; set; }
VB
Public Property DatumIdentifier As String
Get
Set
C++
public:
property String^ DatumIdentifier {
String^ get ();
void set (String^ value);
}
F#
member DatumIdentifier : string with get, set
String
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.