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






Windows & Linux

Description

Generate results file.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_GenerateResultsFile();
public: __property void set_GenerateResultsFile(
bool
);

[Unmanaged C++]
public: HRESULT get_GenerateResultsFile(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_GenerateResultsFile(
VARIANT_BOOL NewGenerateResultsFile
);

[Java]
public bool getGenerateResultsFile();public void setGenerateResultsFile(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface