STK ObjectsSend comments on this topic.
Cp Property (IAgVeLOPSolarRadiationPressure)
See Also
Windows





Windows & Linux

Description

Gets or sets the solar radiation pressure coefficient. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Cp() As Double
[C#]
public double Cp {get; set;}
[Managed C++]
public: __property double get_Cp();
public: __property void set_Cp( double );
[Unmanaged C++]
public: HRESULT get_Cp(
    double * pVal
);
public: HRESULT put_Cp(
    double Cp
);
[Java]
public double getCp();
public void setCp(
    double
);
[Python - STK API ]
@property
def Cp(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.