If true, Astrogator will automatically add independent variables to differential correctors.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableSegmentControls() As Boolean |
[C#] |
---|
public bool EnableSegmentControls {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableSegmentControls(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableSegmentControls( VARIANT_BOOL * pVal ); public: HRESULT put_EnableSegmentControls( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableSegmentControls(); public void setEnableSegmentControls( bool ); |