AGI STK Objects 11 Send comments on this topic.
OutputToFile Property (IAgOnePtAccess)
See Also 





Description

Whether to output to a file.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_OutputToFile();
public: __property void set_OutputToFile(
bool
);

[Unmanaged C++]
public: HRESULT get_OutputToFile(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OutputToFile(
VARIANT_BOOL NewOutputToFile
);

[Java]
public bool getOutputToFile();public void setOutputToFile(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1