opacity property

double opacity

The sublayer's opacity.

Will return NAN if an error occurs.

Implementation

double get opacity {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISSublayer_getOpacity(_handle, errorHandler);
  });
}