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

14b84482 ec6c 39ba 66be 3b6854c77989

haplokuon edited this page May 6, 2023 · 1 revision

ByBlock Property

netDxf 3.0.0 Library

Gets the ByBlock line type.

Definition

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

C#

public static Linetype ByBlock { get; }

VB

Public Shared ReadOnly Property ByBlock As Linetype
	Get

C++

public:
static property Linetype^ ByBlock {
	Linetype^ get ();
}

F#

static member ByBlock : Linetype with get

Property Value

Linetype

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally