COM object EvSpeciesCollection
EvApplication > EvFileCollection > EvFile > EvFileProperties > EvSpeciesCollection
View the COM map and the COM summary. |
The EvSpeciesCollection object accesses information about the set of species under 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.
EvSpeciesCollection methods and properties:
|
Description |
Add |
Add (string Name) SummaryAdd the named species to the EvSpeciesCollection. Parameters
|
(read-only) integer Count SummaryGet the number of species in the EvSpeciesCollection. |
|
Delete |
boolean Delete (EvSpecies Species); SummaryRemove the species specified by the EvSpecies object. Parameters
|
FindByName (string Name) SummaryFind the specified species item in the EvSpeciesCollection. Parameters
|
|
(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 EvFileCollection page show several ways to use the Item property. |
See also
Scripting with COM objects
COM object hierarchy
EvFileProperties object