COM object EvDataFile

EvApplication > EvFile > EvFilesetsCollection > EvFileset > EvDataFile

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

The EvDataFile object is used to access information about a data file in an EV file.

The EvFileset.DataFiles[] property lists all the data files in a fileset in the EV file and is an EvDataFilesCollection.

The following EvDataFile properties are detailed below:

Properties: Collections, Classes and Members

FileName
FirstTime
LastTime

EvDataFile implements the following methods and properties:

EvDataFile properties

Description

FileName

(read-only) string FileName

Summary

Get the name of the data file.

FirstTime

(read-only) string FirstTime

Summary

Get the time1 for the first ping in the data file.

LastTime

(read-only) string LastTime

Summary

Get the time1 for the last ping in the data file.

1Microsoft Office DATE or Microsoft Visual Studio 2005/.NET Framework 2.0 DATE

See also

Scripting with COM objects
EvDataFilesCollection