COM object EvLinePickProperties
EvApplication > EvFileCollection > EvFile > EvFileProperties > EvLinePickProperties
View the COM map and the COM summary. |
The EvLinePickProperties object gives you the ability to access editable line settings in an EV file through the EvFileProperties.LinePick property.
Note:
- EvFile.Lines[] lists all the lines in an EV file and is an EvLinesCollection.
- EvLine gives you the ability to access lines, change line names and the ability to export lines from an EV file.
- EvLineEditable gives you the ability to access or to change editable line names and the ability to export editable lines from an EV file.
EvLinePickProperties properties:
Algorithm
StartDepth
StopDepth
MinSv
MinSvDelta
UseBackstep
BackstepRange
DiscriminationLevel
MaxDropouts
MinPeakAsymmetry
PeakThreshold
WindowRadius
EvLinePickProperties properties |
Description |
(read-write) ELinePickAlgorithm Algorithm SummaryAccess the Line pick algorithm setting (using the enum ELinePickAlgorithm) under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. See also: Enum issue under VBS. |
|
(read-write) double StartDepth SummaryAccess the Start depth (m) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double StopDepth SummaryAccess the Stop depth (m) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double MinSv SummaryAccess the Minimum Sv for good pick (dB) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double MinSvDelta SummaryAccess the Minimum Sv delta for pick (dB) valueunder Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleUsed with eLinePickDeltaSv and in a similar way to MinSv. See Lines example |
|
(read-write) boolean UseBackstep SummaryAccess the Use Backstep setting under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double BackstepRange SummaryAccess the Backstep range (m) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double DiscriminationLevel SummaryAccess the Discrimination level (dB) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) integer MaxDropouts SummaryAccess the Maximum dropouts (samples) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) integer MinPeakAsymmetry SummaryAccess the Minimum peak asymmetry value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) double PeakThreshold SummaryAccess the Peak threshold (dB) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
|
(read-write) integer WindowRadius SummaryAccess the Window radius (samples) value under Single beam on the Lines and Surfaces page of the EV File Properties dialog box. ExampleSee Lines example. |
See also
Scripting with COM objects
COM object hierarchy
EvLine object
EvFileProperties object
EvLineEditable object
EvLinesCollection object