serviceLayerId property

int serviceLayerId

The layer ID in the feature service that this table was created from.

Implementation

int get serviceLayerId {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureTable_getServiceLayerId(
        _handle, errorHandler);
  });
}