AGI STK Objects 11 Send comments on this topic.
Ck Property (IAgVeRadiationPressure)
See Also 





Description

Coefficient of radiation pressure reflectivity of the satellite. 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 * pRetVal
);
public: HRESULT put_Ck(
double NewCk
);

[Java]
public double getCk();public void setCk(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1