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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.