AGI STK Astrogator 11 Send comments on this topic.
Cd Property (IAgVASpacecraftParameters)
See Also 





Description

The dimensionless drag coefficient associated with the drag area. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Cd() As Double

[C#]
public double Cd {get; set;}

[Managed C++]
public: __property double get_Cd();
public: __property void set_Cd(
double
);

[Unmanaged C++]
public: HRESULT get_Cd(
double * pRetVal
);
public: HRESULT put_Cd(
double NewCd
);

[Java]
public double getCd();public void setCd(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1