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





Windows & Linux

Description

B7 base. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property B7() As Double
[C#]
public double B7 {get; set;}
[Managed C++]
public: __property double get_B7();
public: __property void set_B7( double );
[Unmanaged C++]
public: HRESULT get_B7(
    double * pVal
);
public: HRESULT put_B7(
    double InVal
);
[Java]
public double getB7();
public void setB7(
    double
);
[Python - STK API ]
@property
def B7(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.