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





Description

If true, Astrogator will automatically clear all target iteration graphics of the previous run - in all graphics windows - before the current run draws new calculations. If selected, this process will be performed whether or not there are any open graphics windows, which may result in a delay before the new run is begun that has no apparent cause.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ClearDWCGraphicsBeforeEachRun();
public: __property void set_ClearDWCGraphicsBeforeEachRun(
bool
);

[Unmanaged C++]
public: HRESULT get_ClearDWCGraphicsBeforeEachRun(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ClearDWCGraphicsBeforeEachRun(
VARIANT_BOOL NewClearDWCGraphicsBeforeEachRun
);

[Java]
public bool getClearDWCGraphicsBeforeEachRun();public void setClearDWCGraphicsBeforeEachRun(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1