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

b1639e6b 081f cc43 ba81 f91c97ec327e

haplokuon edited this page May 6, 2023 · 1 revision

MaxCapacity Field

netDxf 3.0.0 Library

Maximum number of layouts that can be added to the document.

Definition

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

C#

public const short MaxCapacity = 256

VB

Public Const MaxCapacity As Short = 256

C++

public:
literal short MaxCapacity = 256

F#

static val mutable MaxCapacity: int16

Field Value

Int16

See Also

Reference

Layouts Class
netDxf.Collections Namespace

Clone this wiki locally