effectiveMinScale property

double effectiveMinScale

The layer's effective min scale.

Implementation

double get effectiveMinScale {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getEffectiveMinScale(
      _handle,
      errorHandler,
    );
  });
}