opacity property
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,
);
});
}