AGI STK Astrogator 11 Send comments on this topic.
PowerEfficiencyC3 Property (IAgVAEngineDefinition)
See Also 





Description

The cubic coefficient (C3). Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PowerEfficiencyC3();
public: __property void set_PowerEfficiencyC3(
double
);

[Unmanaged C++]
public: HRESULT get_PowerEfficiencyC3(
double * pRetVal
);
public: HRESULT put_PowerEfficiencyC3(
double NewPowerEfficiencyC3
);

[Java]
public double getPowerEfficiencyC3();public void setPowerEfficiencyC3(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1