COM object EvFishTrackingProperties

EvApplication > EvFile > EvFileProperties > EvFishTrackingProperties

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

The EvFishTrackingProperties object provides information about and allows you to change fish tracking settings on the Track Detection Properties dialog box. This object is accessed via the EvFileProperties.FishTracking property.

The following EvFishTrackingProperties Collections, Classes and Members are detailed below:

DataDimensions
Alpha
Beta
ExclusionDistance
MissedPingExpansion
Weights
MinimumTargets
MinimumPings
MaximumGap

EvFishTrackingProperties offers the following:

EvFishTrackingProperties properties

Description

DataDimensions

(read-write) EFishTrackingDataDimensions DataDimensions

Summary

Get or set the Fish tracking algorithm for fish track detectiion, under the Data section of the Algorithm page of the Track Detection Properties dialog box, by using an enum for EFishTrackingDataDimensions.

Alpha

(read only) Alpha

Summary

Access the value for Alpha under the Track detection section of the Algorithm page of the Track Detection Properties dialog box. This is conducted via the EvFishTrackingAnglesAndRange object.

Beta

(read only) Beta

Summary

Access the value for Beta under the Track detection section of the Algorithm page of the Track Detection Properties dialog box. This is conducted via the EvFishTrackingAnglesAndRange object.

ExclusionDistance

(read only) ExclusionDistance

Summary

Access the value for Exclusion distance under the Target gates section of the Algorithm page of the Track Detection Properties dialog box. This is conducted via the EvFishTrackingAnglesAndRange object.

MissedPingExpansion

(read only) MissedPingExpansion

Summary

Access the value for Missed ping expansion under the Target gates section of the Algorithm page of the Track Detection Properties dialog box. This is conducted via the EvFishTrackingAnglesAndRange object.

Weights

(read only) Weights

Summary

Access the values for Weights on the Weights page of the Track Detection Properties dialog box. This is conducted via the EvFishTrackingWeights object.

MinimumTargets

(read-write) integer MinimumTargets

Summary

Read or change the value for the Minimum number of single targets in a track on the Track Acceptance page of the Track Detection Properties dialog box.

MinimumPings

(read-write) integer MinimumPings

Summary

Read or change the value for the Minimum number of pings in track on the Track Acceptance page of the Track Detection Properties dialog box.

MaximumGap

(read-write) integer MaximumGap

Summary

Read or change the value for the Maximum gap between single targets on the Track Acceptance page of the Track Detection Properties dialog box.

See also

Scripting with COM objects
EvFileProperties object