serviceLayerId property

int serviceLayerId

The layer's ID.

Implementation

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