|
EvApplication > EvFilesCollection > EvFile > EvFileProperties > EvDataPaths View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvDataPaths object accesses information about the set of data paths under the Data file locations section of the EV File page of the EV File Properties dialog box EV. A data path is item in a collection of data paths and can be accessed via the EvFileProperties.DataPath property.
The following EvDataPaths methods and properties are detailed below:
|
Properties: Collections, Classes and Members |
|
|
Find |
Count |
EvDataPaths implements the following interfaces:
|
Description |
|
|
Find |
Find (string Path)
SummaryGet the index of the given path within the set of data paths Parameters
|
| Add |
Add (string Path); SummaryAdd the data path to the set of data paths. Parameters
|
| Remove |
Remove (string Path); SummaryRemove the data path from the set of data paths. Parameters
|
| Clear |
Clear(); SummaryRe-set the collection of data paths to the default data paths specified for new EV files. For new EV files, the locations specified on the File Locations page of the Echoview Configuration dialog box are listed as the default data paths. |
| Insert |
Insert (string Path, Index) SummaryInsert the specified data path at the specified index for the set of data paths. It is possible to add an item before item(0). Parameters
|
|
Description |
|
|
Count |
(read-only) integer Count SummaryGet the number of data paths in this set of data paths. |
|
Item |
(read-only) Item[] SummaryGives access to a specific data path by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is a EvFileProperties.DataPaths object. Item is the default property for this interface. The examples on the EvFilesCollection page show several ways to use the Item property. |