Description
Drag term for the satellite.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BStar() As Double
|
[C#] |
---|
public double BStar {get; set;}
|
[Managed C++] |
---|
public: __property double get_BStar(); public: __property void set_BStar(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BStar(
double * pVal
);
public: HRESULT put_BStar(
double BStar
);
|
[Java] |
---|
public double getBStar();
public void setBStar(
double
);
|
[Python - STK API] |
---|
@property
def BStar(self) -> float:
@BStar.setter
def BStar(self, BStar:float) -> None:
|
See Also