STK AstrogatorSend comments on this topic.
RightAscensionOfBPlane Property (IAgVAElementBPlane)
See Also
Windows





Windows & Linux

Description

Right Ascension of the B-Plane Normal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RightAscensionOfBPlane() As Double
[C#]
public double RightAscensionOfBPlane {get; set;}
[Managed C++]
public: __property double get_RightAscensionOfBPlane();
public: __property void set_RightAscensionOfBPlane( double );
[Unmanaged C++]
public: HRESULT get_RightAscensionOfBPlane(
    double * pVal
);
public: HRESULT put_RightAscensionOfBPlane(
    double newVal
);
[Java]
public double getRightAscensionOfBPlane();
public void setRightAscensionOfBPlane(
    double
);
[Python - STK API ]
@property
def RightAscensionOfBPlane(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.