Index

CDTDocV8

PropGetAsRef

This function retrieves the target property to which the property referenced by the name identifier points to. The target property is normally set by the PropAddAsRef or PropSetAsRef function.

Parameters

ParameterDescription

obj

Object's index in the Power Engine document.

name

A numerical value that identifies the property. Can be a user-defined value or one of the predefined PowerDoc values. For a list of predefined name values, see the PropAdd function.

ref_name

A pointer to a variable that will hold the numerical value that identifies the target property. Can be a user-defined value or one of the predefined PowerDoc values. For a list of predefined name values, see the PropAdd function.

Return Value

Index of the PowerDoc object that holds the referenced (target) property.



 

Index