COM object EvGrid
EvApplication > EvFileCollection > EvFile > EvVariablesCollection > EvVariableAcoustic > EvVariableAcousticProperties > EvGrid - OR - EvApplication > EvFileCollection > EvFile > EvVariablesCollection > EvVariableVirtual > EvVariableAcousticProperties > EvGrid
View the COM map and the COM summary. |
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.
EvGrid methods and properties:
DepthRangeMode
DepthRangeReferenceLine
DepthRangeSeparation
SetDepthRangeGrid
SetTimeDistanceGrid
TimeDistanceMode
TimeDistanceSeparation
|
Description |
(read-only) EDepthRangeGridMode DepthRangeMode SummaryGet the depth/range grid mode. ParametersNone ReturnAn enum for EDepthRangeGridMode. See also: Enum issue under VBS. |
|
EvLine DepthRangeReferenceLine SummaryGet the reference-line for the depth/range grid. ParametersNone. ReturnA depth/range reference line as EvLine. Example |
|
(read-only) double DepthRangeSeparation SummaryGet the depth/range separation of the grid. ParametersNone. ReturnA number for the depth/range gride separation. |
|
SetDepthRangeGrid(EDepthRangeGridMode eGridMode, double dSeparation) 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 depth/range grid.option explicit |
|
SetTimeDistanceGrid(ETimeDistanceGridMode eGridMode, double dSeparation) SummarySet the grid mode and separation of the time/distance grid lines. Parameters
ReturnNone. |
|
(read-only) ETimeDistanceGridMode TimeDistanceMode SummaryGet the time/distance grid mode. ParametersNone. ReturnAn enum for ETimeDistanceGridMode. See also: Enum issue under VBS. |
|
(read-only) double TimeDistanceSeparation SummaryGet the time/distance separation of the grid. ParametersNone. ReturnA number for the time/distance grid separation. |