|
EvApplication > EvFile > EvFileset View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvFileset object enables you to get information about the fileset and change aspects of the fileset.
The EvFile.Filesets[] property lists all the filesets in an EV file and is an EvFilesetsCollection.
The following EvFileset methods and properties are detailed below:
|
Properties: Collections, Classes and Members |
|
|
GetCalibrationFileName |
Name |
EvFileset offers the following methods:
|
Description |
|
|
GetCalibrationFileName |
string GetCalibrationFileName() SummaryGet the name of the ECS file used by the fileset. An ECS file allows you to modify calibration settings for the data in a fileset of an EV file. ExampleSee EvCalibration. |
|
SetCalibrationFile |
SetCalibrationFile(string Name) SummarySpecifies and reads the ECS file. Parameters
ReturnIf successful. ExampleSee EvCalibration. |
EvFileset offers the following properties:
|
Description |
|
|
Name |
(read-write) string Name SummaryAccess or change the name of the fileset. |
|
Notes |
(read-write) string Notes SummaryAccess or change the notes of the fileset. |
|
StartTime |
(read-only) DATE StartTime SummaryGet the date1 and time of the first measurement in the fileset . |
|
EndTime |
(read-only) DATE EndTime SummaryGet the date1 and time of the last measurement in the fileset. |
|
DataFiles |
(read-only) DataFiles[] SummaryGet access to the data files collection of the fileset. |
|
Variables |
(read-only) Variables[] SummaryGet access to the collection of all raw variables contained in this fileset. |
|
TimeOffset |
(read-write) double TimeOffset SummaryGet or set the time offset as applied to data files in the fileset. The time offset is specified in seconds. Example
|
1Microsoft Office DATE or Microsoft Visual Studio 2005/.NET Framework 2.0 DATE