serviceLayerId property
The sublayer's ID.
Implementation
int get serviceLayerId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getServiceLayerId(
_handle, errorHandler);
});
}