AGI STK VGT 11 Send comments on this topic.
MaximumIterations Property (IAgCrdnIntegralBasic)
See Also 
Windows






Windows & Linux

Description

Get the number of iteration which determines how many refinement iterations are allowed. Only available if Adaptive Lobatto is selected as the integral type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumIterations() As Integer

[C#]
public int MaximumIterations {get; set;}

[Managed C++]
public: __property int get_MaximumIterations();
public: __property void set_MaximumIterations(
int
);

[Unmanaged C++]
public: HRESULT get_MaximumIterations(
int * pRetVal
);
public: HRESULT put_MaximumIterations(
int NewMaximumIterations
);

[Java]
public ppInteger getMaximumIterations();public void setMaximumIterations(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface