IPXV_3DNode::Parent Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Parent''' of interface [[PXV:IPXV_3DNode|IPXV_3DNode]] returns Pointer to [[PXV: | + | Property '''Parent''' of interface [[PXV:IPXV_3DNode|IPXV_3DNode]] returns Pointer to [[PXV:IPXV_3DObj|IPXV_3DObj]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] IPXV_3DObj** pParent); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_3DNode|IPXV_3DNode]] | [[PXV:IPXV_3DNode|IPXV_3DNode]] |
Latest revision as of 00:02, 23 July 2018
Property Parent of interface IPXV_3DNode returns Pointer to IPXV_3DObj ...
Syntax
HRESULT get_Parent([out, retval] IPXV_3DObj** pParent);