AGI STK Astrogator 11 Send comments on this topic.
EnableSegmentControls Property (IAgVAMCSOptions)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1