isMissingProjectionEngineFiles property
True if any files needed by the Projection Engine for this transformation step are missing from the local file system. HorizontalVerticalTransformationStep.projectionEngineFilenames indicates the required files.
Implementation
bool get isMissingProjectionEngineFiles {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_HorizontalVerticalTransformationStep_getIsMissingProjectionEngineFiles(
_handle,
errorHandler,
);
});
}