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






Windows & Linux

Description

The output filename.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutputFile() As String
[C#]
public string OutputFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_OutputFile();
public: __property void set_OutputFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_OutputFile(
    BSTR * pRetVal
);
public: HRESULT put_OutputFile(
    BSTR FileName
);
[Java]
public String getOutputFile();
public void setOutputFile(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.