AGI Components with Insight3D Alpha 2008 r8
Reserve Method (Count)
Library ReferenceAGI.Graphics AgGxCartesianCollectionClassReserve(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++
public 
virtual 
void 
Reserve(
        
int 
Count
)
Public 
Overridable 
Sub 
Reserve ( _
        
Count 
As 
Integer _
)
public:
virtual 
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)