AGI STK Astrogator 11 Send comments on this topic.
GenerateOnRun Property (IAgVATargeterGraph)
See Also 





Description

Generate the graph while MCS is being run.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_GenerateOnRun();
public: __property void set_GenerateOnRun(
bool
);

[Unmanaged C++]
public: HRESULT get_GenerateOnRun(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_GenerateOnRun(
VARIANT_BOOL NewGenerateOnRun
);

[Java]
public bool getGenerateOnRun();public void setGenerateOnRun(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1