layerId property

int layerId

The layer or table Id.

If there's an error the return value is -1.

Implementation

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