dataVersioned property

bool dataVersioned

True if the layer has versioned data, false otherwise.

Implementation

bool get dataVersioned {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getDataVersioned(
        _handle, errorHandler);
  });
}