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