Index

C/C++ Functions

pdDocGetNumericValue

DT_SLONG pdDocGetNumericValue(DT_PDDOC power_doc, DT_ID_SWORD numeric_id)

Short Description: Get document's numeric value

This function gets the value of various numeric parameters defined in a Power Engine document.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

numeric_id

Identifies the numeric parameter. See pdDocSetNumericValue.

Return Value

The function returns the current value of the specified numeric parameter.

Related Functions

pdDocSetNumericValue

 

Index