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





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_PowerEfficiencyC3(
    double InVal
);
[Java]
public double getPowerEfficiencyC3();
public void setPowerEfficiencyC3(
    double
);
[Python - STK API ]
@property
def PowerEfficiencyC3(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.