Click or drag to resize

TableObjectsTMaxCapacity Property

Gets the maximum number of objects the collection can hold.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public int MaxCapacity { get; }

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