Description
Returns the parent object for the PBDOM_ELEMENT object.
Syntax
pbdom_element_name.GetParentObject()
Return value
PBDOM_OBJECT. The parent object of the PBDOM_ELEMENT object from which the GetParentObject method is invoked. A return value of null indicates the PBDOM_ELEMENT object has no parent.
See also