STK ObjectsSend 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 InVal
);
[Java]
public bool getOutputToFile();
public void setOutputToFile(
    bool
);
[Python - STK API ]
@property
def OutputToFile(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.