layerId property

int layerId

The layer ID that defines the layer within the feature service portal item.

Implementation

int get layerId {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_DimensionLayer_getLayerId(
      _handle,
      errorHandler,
    );
  });
}