hasAttachments property

bool hasAttachments

True if the layer has attachments, false otherwise.

Implementation

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