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

91670fa9 f2b4 a36d e892 f9ecbe050040

haplokuon edited this page May 6, 2023 · 1 revision

DimLineLinetype Property

netDxf 3.0.0 Library

Gets or sets the line type of the dimension line. (DIMLTYPE)

Definition

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

C#

public Linetype DimLineLinetype { get; set; }

VB

Public Property DimLineLinetype As Linetype
	Get
	Set

C++

public:
property Linetype^ DimLineLinetype {
	Linetype^ get ();
	void set (Linetype^ value);
}

F#

member DimLineLinetype : Linetype with get, set

Property Value

Linetype

Remarks

Default: ByBlock

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally