STK AstrogatorSend comments on this topic.
NumIterations Property (IAgVAProfileDifferentialCorrector)
See Also
Windows





Windows & Linux

Description

Get the number of iterations of the last run.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property NumIterations() As Integer
[C#]
public int NumIterations {get;}
[Managed C++]
public: __property int get_NumIterations();
[Unmanaged C++]
public: HRESULT get_NumIterations(
    long * pVal
);
[Java]
public int getNumIterations();
[Python - STK API ]
@property
def NumIterations(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.