layerId property
The layer ID that defines the layer within the feature service portal item.
Implementation
int get layerId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_AnnotationLayer_getLayerId(
_handle,
errorHandler,
);
});
}