AGI STK Astrogator 11 Send comments on this topic.
Isp Property (IAgVAEngineConstant)
See Also 





Description

The specific impulse for this engine. Uses SpecificImpulse Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Isp() As Double

[C#]
public double Isp {get; set;}

[Managed C++]
public: __property double get_Isp();
public: __property void set_Isp(
double
);

[Unmanaged C++]
public: HRESULT get_Isp(
double * pRetVal
);
public: HRESULT put_Isp(
double NewIsp
);

[Java]
public double getIsp();public void setIsp(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1