Click or drag to resize

TableObjectsTMaxCapacity Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the maximum number of objects the collection can hold.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public int MaxCapacity { get; }
Request Example View Source

Property Value

Type: Int32
Remarks
This is an approximate value, the actual exact value is unknown. In any case is not recommended to get even close to this number for any practical use.
See Also