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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface