id property

int id

The id that uniquely identifies this sublayer.

Will return -1 if an error occurs.

Implementation

int get id {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISSublayer_getId(
      _handle,
      errorHandler,
    );
  });
}