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





Windows & Linux

Description

Gets or sets the cubic coefficient (C3). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IspC3() As Double
[C#]
public double IspC3 {get; set;}
[Managed C++]
public: __property double get_IspC3();
public: __property void set_IspC3( double );
[Unmanaged C++]
public: HRESULT get_IspC3(
    double * pVal
);
public: HRESULT put_IspC3(
    double InVal
);
[Java]
public double getIspC3();
public void setIspC3(
    double
);
[Python - STK API ]
@property
def IspC3(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.