COM object EvFileEchogramProperties
EvApplication > EvFileCollection > EvFile > EvFileProperties > EvFileEchogramProperties
View the COM map and the COM summary. |
The EvFileEchogramProperties object gives you the ability to access Echogram Mode settings in an EV file, through EvFileProperties.Echogram.
EvFileEchogramProperties offers:
|
Description |
EchogramMode |
(read-write) EEchogramMode EchogramMode SummaryAccess the Echogram Mode settings (using the enum EEchogramMode) on the Echogram page of the EV File Properties dialog box. ExampleDim EvApp: Set EvApp = CreateObject("EchoviewCom.EvApplication") Dim EvFile: Set EvFile = EvApp.OpenFile("C:\EV files\Test.EV") EvFile.Properties.Echogram.EchogramMode = 1 Msgbox "Check that echograms are now in range mode" EvFile.Properties.Echogram.EchogramMode = 0 Msgbox "Check that echograms are now in depth mode" See also: Enum issue under VBS. |
See also
EvFileProperties
Scripting with COM objects
COM object hierarchy