IPXV_3DNode::Parent Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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:IPXV_3DNode|IPXV_3DNode]] ...
+
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]  IPXV_3DNode**  pParent);
+
<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 01:02, 23 July 2018


Property Parent of interface IPXV_3DNode returns Pointer to IPXV_3DObj ...

Syntax

HRESULT get_Parent([out, retval]  IPXV_3DObj**  pParent);

See Also

IPXV_3DNode