Right Ascension of the B-Plane Normal.
Read-write property
[Visual Basic .NET] |
---|
Public Property RightAscensionOfBPlane() As Double |
[C#] |
---|
public double RightAscensionOfBPlane {get; set;} |
[Managed C++] |
---|
public: __property double get_RightAscensionOfBPlane(); |
[Unmanaged C++] |
---|
public: HRESULT get_RightAscensionOfBPlane( double * pVal ); public: HRESULT put_RightAscensionOfBPlane( double newVal ); |
[Java] |
---|
public double getRightAscensionOfBPlane(); public void setRightAscensionOfBPlane( double ); |