Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods

IVectorList.SetCapacity(Integer) Method

Scroll Prev Top Next More

Specifies the list capacity.

Use SetCapacity to determine the list capacity. Before adding many vectors to the list, you can improve performance by setting Capacity to the final number of vectors. This prevents the list from having to reallocate the list every time an interface is added.
 

Accessor method for    Capacity property.
 

Namespace: CommonInterfaces

Parameters

NewCapacity

Type: Integer

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb