startZ property

  1. @ImcField('Start Point -- Z Reference', 'start_z', ImcType.typeFp32, units: 'm')
double startZ

Altitude or depth of start point. This parameter will be ignored if the 'NO_Z' flag is set, or if the 'START' flag is not set.

Implementation

@ImcField('Start Point -- Z Reference', 'start_z', ImcType.typeFp32,
    units: 'm')
double get startZ;