AGI STK Astrogator 11 Send comments on this topic.
EnableDisplayStatus Property (IAgVAProfileDifferentialCorrector)
See Also 





Description

If true, a page will appear during the targeting run to report the status of the targeting effort in terms of proximity to the desired value for each dependent variable in the profile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableDisplayStatus() As Boolean

[C#]
public bool EnableDisplayStatus {get; set;}

[Managed C++]
public: __property bool get_EnableDisplayStatus();
public: __property void set_EnableDisplayStatus(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableDisplayStatus(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableDisplayStatus(
VARIANT_BOOL NewEnableDisplayStatus
);

[Java]
public bool getEnableDisplayStatus();public void setEnableDisplayStatus(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1