AGI STK Astrogator 11 Send comments on this topic.
AscentType Property (IAgVAMCSLaunch)
See Also 





Description

The order of the spline used to generate the motion along the ellipse.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AscentType() As AgEVAAscentType

[C#]
public AgEVAAscentType AscentType {get; set;}

[Managed C++]
public: __property AgEVAAscentType get_AscentType();
public: __property void set_AscentType(
AgEVAAscentType
);

[Unmanaged C++]
public: HRESULT get_AscentType(
AgEVAAscentType * pRetVal
);
public: HRESULT put_AscentType(
AgEVAAscentType NewAscentType
);

[Java]
public AgEVAAscentType getAscentType();public void setAscentType(
AgEVAAscentType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1