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





Description

The constant coefficient (C0). Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PowerEfficiencyC0();
public: __property void set_PowerEfficiencyC0(
double
);

[Unmanaged C++]
public: HRESULT get_PowerEfficiencyC0(
double * pRetVal
);
public: HRESULT put_PowerEfficiencyC0(
double NewPowerEfficiencyC0
);

[Java]
public double getPowerEfficiencyC0();public void setPowerEfficiencyC0(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1