hasM property

bool hasM

True if the layer has m-values, false otherwise.

Implementation

bool get hasM {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getHasM(
        _handle, errorHandler);
  });
}