|
EvApplication > EvFile > EvVariablesCollection > EvVariableBase As EvVariableAcoustic > EvVariableAcousticProperties > EvGrid View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvGrid object provides information about and allows you to set the settings on the Grid page of the Variable Properties dialog box for the acoustic variable via the EvVariableAcousticProperties.Grid property.
The following EvGrid methods and properties are detailed below:
|
SetDepthRangeGrid |
DepthRangeMode |
EvGrid implements the following methods and properties:
|
Description |
|
|
SetDepthRangeGrid |
SetDepthRangeGrid(EDepthRangeGridMode GridMode, double Separation) SummarySet the grid mode and separation of the depth/range grid lines. Parameters
ReturnNone. ExampleNote: Test.EV is an EV file that contains a line called Line 2. The snippet uses Line 2 as a reference-line for the deph/range grid.option explicit |
|
SetTimeDistanceGrid |
SetTimeDistanceGrid(ETimeDistanceGridMode GridMode, double Separation) SummarySet the grid mode and separation of the time/distance grid lines. Parameters
ReturnNone. |
|
Description |
|
|
DepthRangeMode |
(read-only) EDepthRangeGridMode DepthRangeMode SummaryGet the depth/range grid mode. This is specified by an enum for EDepthRangeGridMode. |
|
TimeDistanceMode |
(read-only) ETimeDistanceGridMode TimeDistanceMode SummaryGet the time/distance grid mode. This is specified by an enum for ETimeDistanceGridMode. |
|
DepthRangeReferenceLine |
EvLine DepthRangeReferenceLine SummaryGet the reference-line for the depth/range grid, this is provided as an EvLine. Example |
|
DepthRangeSeparation |
(read-only) double DepthRangeSeparation SummaryGet the depth/range separation of the grid. |
|
TimeDistance Separation |
(read-only) double TimeDistanceSeparation SummaryGet the time/distance separation of the grid. |