minScale property
The sublayer's minimum scale.
The sublayer minimum scale. Will return NAN if an error occurs.
Implementation
double get minScale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISSublayer_getMinScale(
_handle,
errorHandler,
);
});
}