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

a948c9ef 0e16 56c6 a808 087fd8a7269a

haplokuon edited this page May 6, 2023 · 1 revision

Units Property

netDxf 3.0.0 Library

Gets or sets the block insertion units.

Definition

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

C#

public DrawingUnits Units { get; set; }

VB

Public Property Units As DrawingUnits
	Get
	Set

C++

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

F#

member Units : DrawingUnits with get, set

Property Value

DrawingUnits

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally