COM object EvSpecies
EvApplication > EvFileCollection > EvFile > EvFileProperties > EvSpeciesCollection > EvSpecies
View the COM map and the COM summary. |
The EvSpecies object allows you to read and change species properties on the Classes page of the EV File Properties dialog box and is accessed via the EvFileProperties.Species property.
EvSpecies methods and properties:
|
Description |
(read-write) double ExpectedMeanTS
SummaryReads or changes the value for Expected Mean TS on the Species Properties dialog box. |
|
(read-write) double ExpectedMeanWeight SummaryReads or changes the value for Expected Mean Weight on the Species Properties dialog box. |
|
(read-write) string Name Summary Reads or changes the Name of the species on the Species Properties dialog box. |
|
(read-write) string Notes SummaryReads or changes the text in the Notes section on the Species Properties dialog box. Known issue: Adding a new line to the Notes section shows some strange characters in the text box that pops up when you run the script. VBScript is not sophisticated enough for multiline text. |
See also
Scripting with COM objects
COM object hierarchy
EvFileProperties object