STK AstrogatorSend comments on this topic.
Cr Property (IAgVAState)
See Also
Windows





Windows & Linux

Description

Gets or sets the reflectivity of the spacecraft used for solar radiation pressure calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Cr() As Double
[C#]
public double Cr {get; set;}
[Managed C++]
public: __property double get_Cr();
public: __property void set_Cr( double );
[Unmanaged C++]
public: HRESULT get_Cr(
    double * pCr
);
public: HRESULT put_Cr(
    double Cr
);
[Java]
public double getCr();
public void setCr(
    double
);
[Python - STK API ]
@property
def Cr(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.