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





Windows & Linux

Description

K1 coefficient. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property K1() As Double
[C#]
public double K1 {get; set;}
[Managed C++]
public: __property double get_K1();
public: __property void set_K1( double );
[Unmanaged C++]
public: HRESULT get_K1(
    double * pVal
);
public: HRESULT put_K1(
    double InVal
);
[Java]
public double getK1();
public void setK1(
    double
);
[Python - STK API ]
@property
def K1(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.