Index

C/C++ Functions

pdImgSetObj

void pdImgSetObj(DT_PDDOC power_doc, DT_SLONG img, DT_ID_SLONG obj)

Short Description: Change image's object

The pdImgSetObj function changes the index of the PowerDoc object associated with an existing PowerDoc image. This makes it possible to select a different PowerDoc object for an existing image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

obj

The new index of the PowerDoc object to be associated with the specified PowerDoc image.

Related Functions

pdImgGetObj
pdImgAdd

 

Index