STK AstrogatorSend comments on this topic.
UpperBoundElevation Property (IAgVAManeuverOptimalFinitePathBoundaryConditions)
See Also
Windows





Windows & Linux

Description

Thrust direction elevation upper bound along the path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpperBoundElevation() As Double
[C#]
public double UpperBoundElevation {get; set;}
[Managed C++]
public: __property double get_UpperBoundElevation();
public: __property void set_UpperBoundElevation( double );
[Unmanaged C++]
public: HRESULT get_UpperBoundElevation(
    double * pVal
);
public: HRESULT put_UpperBoundElevation(
    double newVal
);
[Java]
public double getUpperBoundElevation();
public void setUpperBoundElevation(
    double
);
[Python - STK API ]
@property
def UpperBoundElevation(self) -> float:

@UpperBoundElevation.setter
def UpperBoundElevation(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.