COM object EvSpecies

EvApplication > EvFile > EvFileProperties > EvSpeciesCollection > EvSpecies

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

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.

The following EvSpecies Properties are detailed below:

ExpectedMeanTS
ExpectedMeanWeight
Name
Notes

EvSpecies offers the following properties:

EvSpecies properties

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
EvFileProperties object