Enumerated type describing the way in which a TSLNCoordSet allocates new memory when its capacity is exceeded.
The default. An unspecified allocation mechanism.
Each time the capacity is exceeded, the memory is extended in blocks, the size of which you can specify.
Each time the capacity is exceeded, the capacity is doubled.