canScaleSymbols property

bool canScaleSymbols

A flag indicating whether the text and symbols on the sublayer will change as the map scale varies.

False if an error occurs.

Implementation

bool get canScaleSymbols {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getCanScaleSymbols(
        _handle, errorHandler);
  });
}