pvRefreshNode()
The function pvRefreshNode() is used to update the project view of the GEDI through reporting to the project view all new or deleted files since the last function call.
Synopsis
int pvRefreshNode(string fileName)
Parameter
Parameter | Description |
---|---|
fileName | Name of the file or the panel. |
Return value
In case of en error -1, else 0.
Error
Wrong or missing arguments.
Description
The function pvRefreshNode() is used to update the project view of the GEDI through reporting to the project view all new or deleted files since the last function call. The function is used inside the projectView.ctl script.
Availability
UI