STK AstrogatorSend comments on this topic.
MaxIterations Property (IAgVAProfileGoldenSection)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of complete iterations of the profile to try before stopping. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxIterations() As Integer
[C#]
public int MaxIterations {get; set;}
[Managed C++]
public: __property int get_MaxIterations();
public: __property void set_MaxIterations( int );
[Unmanaged C++]
public: HRESULT get_MaxIterations(
    long * pVal
);
public: HRESULT put_MaxIterations(
    long newVal
);
[Java]
public int getMaxIterations();
public void setMaxIterations(
    int
);
[Python - STK API ]
@property
def MaxIterations(self) -> int:

@MaxIterations.setter
def MaxIterations(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.