| Environments | PYTHON :: EASI |
| Quick links | Description :: Parameters :: Parameter descriptions :: Return Value :: Details :: Example :: Related |
| Back to top |
| Back to top |
rmproj(oeproj)
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| OEPROJ * | str | The OrthoEngine project file to delete. | 1 - |
| Back to top |
OEPROJ
Specifies the name of the OrthoEngine project that is to be deleted.
| Back to top |
Returns: execution status
Type: PCI_INT
| Back to top |
RMPROJ deletes an existing OrthoEngine project file.
NOTE: For ADS projects, all associated directories and files will also be deleted.
NOTE: The input imagery referenced by the project is not deleted, nor is any data that has been exported from, or created by the project.
| Back to top |
Delete an an existing OrthoEngine project file and any associated files.
from pci.rmproj import rmproj
oeproj = "airphoto_model.prj"
rmproj(oeproj)
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.