hasZ property

bool hasZ

True if the sublayer has z-values.

False if an error occurs.

Implementation

bool get hasZ {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getHasZ(
      _handle,
      errorHandler,
    );
  });
}