STK AstrogatorSend comments on this topic.
Ck Property (IAgVASpacecraftParameters)
See Also
Windows





Windows & Linux

Description

Gets or sets the reflectivity of the spacecraft used for central body radiation pressure (albedo / thermal 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 Ck() As Double
[C#]
public double Ck {get; set;}
[Managed C++]
public: __property double get_Ck();
public: __property void set_Ck( double );
[Unmanaged C++]
public: HRESULT get_Ck(
    double * pVal
);
public: HRESULT put_Ck(
    double newVal
);
[Java]
public double getCk();
public void setCk(
    double
);
[Python - STK API ]
@property
def Ck(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.