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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.