Description
If true, Astrogator will automatically add independent variables to differential correctors.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableSegmentControls() As Boolean
|
[C#] |
---|
public bool EnableSegmentControls {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableSegmentControls(); public: __property void set_EnableSegmentControls(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableSegmentControls(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableSegmentControls(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getEnableSegmentControls();
public void setEnableSegmentControls(
bool
);
|
[Python - STK API] |
---|
@property
def EnableSegmentControls(self) -> bool:
@EnableSegmentControls.setter
def EnableSegmentControls(self, newVal:bool) -> None:
|
See Also