Get the Isp Coefficients.
Read-only property
[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": |