ReportInterface.Filename Property

Top 

Description

The name and path of the file to be created. If no path is declared then the file will be created in the local directory where the mission plan resides.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myReportInterface1.Filename;

 

myReportInterface1.Filename = myString1;

 

See also

ReportInterface Object

ReportInterface Guide