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:

ExpectedMeanTS
ExpectedMeanWeight
Name
Notes

 

Description

ExpectedMeanTS

(read-write) double ExpectedMeanTS
Summary

Reads or changes the value for Expected Mean TS on the Species Properties dialog box.

ExpectedMeanWeight

(read-write) double ExpectedMeanWeight

Summary

Reads or changes the value for Expected Mean Weight on the Species Properties dialog box.

Name

(read-write) string Name

Summary

Reads or changes the Name of the species on the Species Properties dialog box.

Notes

(read-write) string Notes

Summary

Reads 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