isMissingProjectionEngineFiles property

bool isMissingProjectionEngineFiles

True if any files needed by the Projection Engine for this transformation step are missing from the local file system.

Implementation

bool get isMissingProjectionEngineFiles {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_HorizontalVerticalTransformationStep_getIsMissingProjectionEngineFiles(
            _handle, errorHandler);
  });
}