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