STK AstrogatorSend comments on this topic.
EnableUnitVectorControls Property (IAgVAManeuverOptimalFinite)
See Also
Windows





Windows & Linux

Description

Enable unit vector for thrust direction.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableUnitVectorControls() As Boolean
[C#]
public bool EnableUnitVectorControls {get; set;}
[Managed C++]
public: __property bool get_EnableUnitVectorControls();
public: __property void set_EnableUnitVectorControls( bool );
[Unmanaged C++]
public: HRESULT get_EnableUnitVectorControls(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableUnitVectorControls(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableUnitVectorControls();
public void setEnableUnitVectorControls(
    bool
);
[Python - STK API ]
@property
def EnableUnitVectorControls(self) -> bool:

@EnableUnitVectorControls.setter
def EnableUnitVectorControls(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.