STK AstrogatorSend 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 * pVal
);
public: HRESULT put_GenerateOnRun(
    VARIANT_BOOL InVal
);
[Java]
public bool getGenerateOnRun();
public void setGenerateOnRun(
    bool
);
[Python - STK API ]
@property
def GenerateOnRun(self) -> bool:

@GenerateOnRun.setter
def GenerateOnRun(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.