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

2af0eb01 ad17 940a 3cee f8bef743ef37

haplokuon edited this page May 6, 2023 · 1 revision

DefaultInsUnits Property

netDxf 3.0.0 Library

Gets or sets the default drawing units to obtain the Insert transformation matrix, when the current Insert entity does not belong to a DXF document.

Definition

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

C#

public static DrawingUnits DefaultInsUnits { get; set; }

VB

Public Shared Property DefaultInsUnits As DrawingUnits
	Get
	Set

C++

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

F#

static member DefaultInsUnits : DrawingUnits with get, set

Property Value

DrawingUnits

See Also

Reference

Insert Class
netDxf.Entities Namespace

Clone this wiki locally