AGI Components with Insight3D Alpha 2008 r8
Reserve Method (Count)
Library ReferenceAGI.Graphics IAgGxCartesianCollectionReserve(Int32)
Requests enough memory for the collection to contain at least the specified number of constant Cartesian objects. The Count property will not be affected but the Capacity may be.
Declaration Syntax
C# Visual Basic Visual C++
void 
Reserve(
        
int 
Count
)
Sub 
Reserve ( _
        
Count 
As 
Integer _
)
void 
Reserve(
        [
InAttribute] 
int 
Count
)
Parameters
Count ( Int32)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)