STK AstrogatorSend comments on this topic.
PowerEfficiencyC2 Property (IAgVAEngineDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the quadratic coefficient (C2). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerEfficiencyC2() As Double
[C#]
public double PowerEfficiencyC2 {get; set;}
[Managed C++]
public: __property double get_PowerEfficiencyC2();
public: __property void set_PowerEfficiencyC2( double );
[Unmanaged C++]
public: HRESULT get_PowerEfficiencyC2(
    double * pVal
);
public: HRESULT put_PowerEfficiencyC2(
    double InVal
);
[Java]
public double getPowerEfficiencyC2();
public void setPowerEfficiencyC2(
    double
);
[Python - STK API ]
@property
def PowerEfficiencyC2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.