Description
Thrust direction azimuth lower bound along the path
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property LowerBoundAzimuth() As Double
|
[C#] |
---|
public double LowerBoundAzimuth {get; set;}
|
[Managed C++] |
---|
public: __property double get_LowerBoundAzimuth(); public: __property void set_LowerBoundAzimuth(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_LowerBoundAzimuth(
double * pVal
);
public: HRESULT put_LowerBoundAzimuth(
double newVal
);
|
[Java] |
---|
public double getLowerBoundAzimuth();
public void setLowerBoundAzimuth(
double
);
|
[Python - STK API] |
---|
@property
def LowerBoundAzimuth(self) -> float:
@LowerBoundAzimuth.setter
def LowerBoundAzimuth(self, newVal:float) -> None:
|
See Also