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

592e9efc a789 32c3 8992 96e912aa186b

haplokuon edited this page May 6, 2023 · 1 revision

Layout Property

netDxf 3.0.0 Library

Gets the associated Layout.

Definition

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

C#

public Layout Layout { get; }

VB

Public ReadOnly Property Layout As Layout
	Get

C++

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

F#

member Layout : Layout with get

Property Value

Layout

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally