hasZ property

bool hasZ

True if the layer has z-values, false otherwise.

Implementation

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