Thrust direction azimuth lower bound along the path.
Read-write property
[Visual Basic .NET] |
---|
Public Property LowerBoundAzimuth() As Double |
[C#] |
---|
public double LowerBoundAzimuth {get; set;} |
[Managed C++] |
---|
public: __property double get_LowerBoundAzimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_LowerBoundAzimuth( double * pVal ); public: HRESULT put_LowerBoundAzimuth( double newVal ); |
[Java] |
---|
public double getLowerBoundAzimuth(); public void setLowerBoundAzimuth( double ); |