|
EvApplication > EvFile > EvFileProperties > EvSpeciesCollection View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvSpeciesCollection object accesses information about the set of species under the the Species section of the Classes page of the EV File Properties dialog box. A species is an item of the EvSpeciesCollection and can be accessed via the EvFileProperties.Species property.
The following EvSpeciesCollection methods and properties are detailed below:
|
FindByName |
Count |
EvSpeciesCollection implements the following interfaces:
|
Description |
|
|
FindByName |
FindByName (string Name) SummaryFind the specified species item in the EvSpeciesCollection. Parameters
|
| Add |
Add (string Name) SummaryAdd the named species to the EvSpeciesCollection. Parameters
|
| Delete |
boolean Delete (EvSpecies Species); SummaryRemove the species specified by the EvSpecies object. Parameters
|
|
Description |
|
|
Count |
(read-only) integer Count SummaryGet the number of species in the EvSpeciesCollection. |
|
Item |
(read-only) Item[] SummaryGives access to a specific species by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is a EvSpecies object. Item is the default property for this interface. The examples on the EvFilesCollection page show several ways to use the Item property. |