STK Vector Geometry ToolSend 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 MaximumIterations
);
[Java]
public Integer getMaximumIterations();
public void setMaximumIterations(
    Integer
);
[Python - STK API ]
@property
def MaximumIterations(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.