canEditAttachments property

bool canEditAttachments

True if attachments on this feature can be edited, otherwise false.

Implementation

bool get canEditAttachments {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeature_getCanEditAttachments(
        _handle, errorHandler);
  });
}