hasAttachments property

bool hasAttachments

True if the sublayer has attachments.

False if an error occurs.

Implementation

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