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 * pRetVal
);
public: HRESULT put_EnableSegmentControls(
VARIANT_BOOL NewEnableSegmentControls
);
|
| [Java] |
public bool getEnableSegmentControls();public void setEnableSegmentControls(
bool
);
|
See Also