Gets or sets the order of the spline used to generate the motion along the ellipse.
Read-write property
[Visual Basic .NET] |
---|
Public Property AscentType() As AgEVAAscentType |
[C#] |
---|
public AgEVAAscentType AscentType {get; set;} |
[Managed C++] |
---|
public: __property AgEVAAscentType get_AscentType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AscentType( AgEVAAscentType * pVal ); public: HRESULT put_AscentType( AgEVAAscentType newVal ); |
[Java] |
---|
public AgEVAAscentType getAscentType(); public void setAscentType( AgEVAAscentType ); |
[Python - STK API ] |
---|
@property def AscentType(self) -> "AgEVAAscentType": @AscentType.setter def AscentType(self, newVal:"AgEVAAscentType") -> None: |