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





Windows & Linux

Description

Gets or sets the constant coefficient (C0). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IspC0() As Double
[C#]
public double IspC0 {get; set;}
[Managed C++]
public: __property double get_IspC0();
public: __property void set_IspC0( double );
[Unmanaged C++]
public: HRESULT get_IspC0(
    double * pVal
);
public: HRESULT put_IspC0(
    double InVal
);
[Java]
public double getIspC0();
public void setIspC0(
    double
);
[Python - STK API ]
@property
def IspC0(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.