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





Windows & Linux

Description

Gets or sets the quadratic coefficient (C2). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IspC2() As Double
[C#]
public double IspC2 {get; set;}
[Managed C++]
public: __property double get_IspC2();
public: __property void set_IspC2( double );
[Unmanaged C++]
public: HRESULT get_IspC2(
    double * pVal
);
public: HRESULT put_IspC2(
    double InVal
);
[Java]
public double getIspC2();
public void setIspC2(
    double
);
[Python - STK API ]
@property
def IspC2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.