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





Windows & Linux

Description

Gets or sets the independent variable for the power efficiency equation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerEfficiencyIndependentVar() As AgEVAEngineModelFunction
[C#]
public AgEVAEngineModelFunction PowerEfficiencyIndependentVar {get; set;}
[Managed C++]
public: __property AgEVAEngineModelFunction get_PowerEfficiencyIndependentVar();
public: __property void set_PowerEfficiencyIndependentVar( AgEVAEngineModelFunction );
[Unmanaged C++]
public: HRESULT get_PowerEfficiencyIndependentVar(
    AgEVAEngineModelFunction * pVal
);
public: HRESULT put_PowerEfficiencyIndependentVar(
    AgEVAEngineModelFunction InVal
);
[Java]
public AgEVAEngineModelFunction getPowerEfficiencyIndependentVar();
public void setPowerEfficiencyIndependentVar(
    AgEVAEngineModelFunction
);
[Python - STK API ]
@property
def PowerEfficiencyIndependentVar(self) -> "AgEVAEngineModelFunction":

@PowerEfficiencyIndependentVar.setter
def PowerEfficiencyIndependentVar(self, InVal:"AgEVAEngineModelFunction") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.