arcGISMapSublayerId property
The map sublayer id of the map sublayer source.
-1 if an error occurs.
Implementation
int get arcGISMapSublayerId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_MapSublayerSource_getMapSublayerId(
_handle, errorHandler);
});
}