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

559f8a2a e1df a01a 0e9e ba0baf4b823d

haplokuon edited this page May 6, 2023 · 1 revision

IsByBlock Property

netDxf 3.0.0 Library

Defines if the transparency is defined by block.

Definition

Namespace: netDxf
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

Transparency Class
netDxf Namespace

Clone this wiki locally