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





Windows & Linux

Description

Thrust direction elevation lower bound along the path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowerBoundElevation() As Double
[C#]
public double LowerBoundElevation {get; set;}
[Managed C++]
public: __property double get_LowerBoundElevation();
public: __property void set_LowerBoundElevation( double );
[Unmanaged C++]
public: HRESULT get_LowerBoundElevation(
    double * pVal
);
public: HRESULT put_LowerBoundElevation(
    double newVal
);
[Java]
public double getLowerBoundElevation();
public void setLowerBoundElevation(
    double
);
[Python - STK API ]
@property
def LowerBoundElevation(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.