zMax property

double? zMax

The z maximum value for the envelope.

Returns NAN if an error occurs.

Implementation

double? get zMax {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getZMaxNullable(_handle, errorHandler);
  });
}