AGI STK Graphics 11 Send comments on this topic.
Reserve Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
Count
The number of display conditions to request memory for.
Windows






Windows & Linux

Description

Requests enough memory for the composite to contain at least count display conditions. Count will not be affected but Capacity may be.

Syntax

[Visual Basic .NET]
Public Sub Reserve( _
   ByVal Count As Integer _
) 

[C#]
public void Reserve(
int Count
);

[Managed C++]
public: void Reserve(
int Count
);

[Java]
public  reserve(
ppInteger Count
);

[Unmanaged C++]
public: HRESULT Reserve(
int Count
);

Parameters

Count
The number of display conditions to request memory for.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface