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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1