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

3f4e8fbe c32a 9d32 e797 e226aa5ef975

haplokuon edited this page May 6, 2023 · 1 revision

Block Property

netDxf 3.0.0 Library

Gets the insert block definition.

Definition

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

C#

public Block Block { get; }

VB

Public ReadOnly Property Block As Block
	Get

C++

public:
property Block^ Block {
	Block^ get ();
}

F#

member Block : Block with get

Property Value

Block

See Also

Reference

Insert Class
netDxf.Entities Namespace

Clone this wiki locally