Index

C/C++ Functions

pdObjDelAll

void pdObjDelAll(DT_PDDOC power_doc)

Short Description: Delete all objects in document

The pdObjDelAll function deletes all PowerDoc objects in a Power Engine document.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

Comments

After calling this function, your application should ensure that its internal object references are destroyed. In addition, your application should delete all PowerDoc images in the Power Engine document, otherwise they will be referencing non-existing objects.

If you'd like the library to do this automatically, do not use the pdObjDelAll function but one of its enhanced sister functions from the Auxiliary Power Engine Library (pdx functions).

Related Functions

pdObjDel

 

Index