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





Windows & Linux

Description

Gets or sets the linear coefficient (C1). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerEfficiencyC1() As Double
[C#]
public double PowerEfficiencyC1 {get; set;}
[Managed C++]
public: __property double get_PowerEfficiencyC1();
public: __property void set_PowerEfficiencyC1( double );
[Unmanaged C++]
public: HRESULT get_PowerEfficiencyC1(
    double * pVal
);
public: HRESULT put_PowerEfficiencyC1(
    double InVal
);
[Java]
public double getPowerEfficiencyC1();
public void setPowerEfficiencyC1(
    double
);
[Python - STK API ]
@property
def PowerEfficiencyC1(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.