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; }
Public ReadOnly Property MaxCapacity As Integer
Get
public:
property int MaxCapacity {
int get ();
}
member MaxCapacity : int with get
PROPERTY MaxCapacity AS LONG GET
Property Value
Type:
Int32Remarks
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