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





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 * pRetVal
);
public: HRESULT put_EnableSegmentResults(
VARIANT_BOOL NewEnableSegmentResults
);

[Java]
public bool getEnableSegmentResults();public void setEnableSegmentResults(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1