STK AstrogatorSend comments on this topic.
E4 Property (IAgVAEngineModelIspCoefficients)
See Also
Windows





Windows & Linux

Description

E4 exponent. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property E4() As Double
[C#]
public double E4 {get; set;}
[Managed C++]
public: __property double get_E4();
public: __property void set_E4( double );
[Unmanaged C++]
public: HRESULT get_E4(
    double * pVal
);
public: HRESULT put_E4(
    double InVal
);
[Java]
public double getE4();
public void setE4(
    double
);
[Python - STK API ]
@property
def E4(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.