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