STK AstrogatorSend comments on this topic.
UpperBound Property (IAgVAIPOPTResult)
See Also
Windows





Windows & Linux

Description

Gets or sets the upper limit achievable by this quantity in the optimizer's iteration history. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpperBound() As System.Object
[C#]
public System.Object UpperBound {get; set;}
[Managed C++]
public: __property VARIANT get_UpperBound();
public: __property void set_UpperBound( VARIANT );
[Unmanaged C++]
public: HRESULT get_UpperBound(
    VARIANT * pVal
);
public: HRESULT put_UpperBound(
    VARIANT newVal
);
[Java]
public AgVariant getUpperBound();
public void setUpperBound(
    AgVariant
);
[Python - STK API ]
@property
def UpperBound(self) -> typing.Any:

@UpperBound.setter
def UpperBound(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.