STK AstrogatorSend comments on this topic.
IspCoefficients Property (IAgVAEngineModelPoly)
See Also
Windows





Windows & Linux

Description

Get the Isp Coefficients.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IspCoefficients() As IAgVAEngineModelIspCoefficients
[C#]
public IAgVAEngineModelIspCoefficients IspCoefficients {get;}
[Managed C++]
public: __property IAgVAEngineModelIspCoefficients ^ get_IspCoefficients();
[Unmanaged C++]
public: HRESULT get_IspCoefficients(
    IAgVAEngineModelIspCoefficients ** ppVAEngineModelIspCoefficients
);
[Java]
public IAgVAEngineModelIspCoefficients getIspCoefficients();
[Python - STK API ]
@property
def IspCoefficients(self) -> "IAgVAEngineModelIspCoefficients":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.