hasAttachments property

bool hasAttachments

True if the features in this table have attachments, false otherwise.

Implementation

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