Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

de5b132f df31 88cb a3a8 cc391f8eafe2

haplokuon edited this page May 6, 2023 · 1 revision

DatumIdentifier Property

netDxf 3.0.0 Library

Gets or sets the datum identifying symbol.

Definition

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

Property Value

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

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally