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

129142e9 c8f4 6b65 666f 1ed245664251

haplokuon edited this page May 6, 2023 · 1 revision

IsByBlock Property

netDxf 3.0.0 Library

Defines if the line type is defined by block.

Definition

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

C#

public bool IsByBlock { get; }

VB

Public ReadOnly Property IsByBlock As Boolean
	Get

C++

public:
property bool IsByBlock {
	bool get ();
}

F#

member IsByBlock : bool with get

Property Value

Boolean

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally