Echoview COM enum values

Echoview COM objects can refer to enum names.

Note: If you are using VBScript, you need to use the enum values, or define the enum names as constants at the top of your script. If you have written your scripts in .wsf format, you can use the enum names directly. For more information about .wsf refer to Getting started with scripting - Script languages: Windows Script Files.

The following enum names and values are available:

ETimeDistanceGridMode

EDepthRangeGridMode

EExportAnalysisType

EVariableType

EVariablePingMode

EVariableDataType

These values (preceeded by '$') are hexadecimal representations of 32-bit unsigned integers.

ERegionType

Note: eFishTrack = 3 is available as read-only.

ERegionKind

EApplyCalibrationFrom

EExportMode

EBiomassUnits

EFishTrackingDataDimensions

ELinePickAlgorithm

See also

Scripting with COM objects