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

73e40b7d fafc fe85 7411 21c3a34b31d1

haplokuon edited this page May 6, 2023 · 1 revision

DefaultUnits Property

netDxf 3.0.0 Library

Gets or sets the default block units.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static DrawingUnits DefaultUnits { get; set; }

VB

Public Shared Property DefaultUnits As DrawingUnits
	Get
	Set

C++

public:
static property DrawingUnits DefaultUnits {
	DrawingUnits get ();
	void set (DrawingUnits value);
}

F#

static member DefaultUnits : DrawingUnits with get, set

Property Value

DrawingUnits

Remarks

These are the units that all new blocks will use as default.

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally