hasM property
True if the layer has m-values, false otherwise.
Implementation
bool get hasM {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getHasM(
_handle, errorHandler);
});
}
True if the layer has m-values, false otherwise.
bool get hasM {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getHasM(
_handle, errorHandler);
});
}