hasAttachments property

bool hasAttachments

True if the sublayer supports attachments, false otherwise.

False if an error occurs.

Implementation

bool get hasAttachments {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getHasAttachments(
      _handle,
      errorHandler,
    );
  });
}