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





Windows & Linux

Description

Gets or sets the linear coefficient (C1). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IspC1() As Double
[C#]
public double IspC1 {get; set;}
[Managed C++]
public: __property double get_IspC1();
public: __property void set_IspC1( double );
[Unmanaged C++]
public: HRESULT get_IspC1(
    double * pVal
);
public: HRESULT put_IspC1(
    double InVal
);
[Java]
public double getIspC1();
public void setIspC1(
    double
);
[Python - STK API ]
@property
def IspC1(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.