AGI STK Objects 11Send comments on this topic.
Cp Property (IAgVeLOPSolarRadiationPressure)
See Also 
Windows






Windows & Linux

Description

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 * pRetVal
);
public: HRESULT put_Cp(
   double NewCp
);
[Java]
public double getCp();
public void setCp(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.