IPXV_3DNode::Item 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 '''Item''' of interface [[PXV:IPXV_3DNode|IPXV_3DNode]] returns  Pointer to [[PXV:IPXV_3DNode|IPXV_3DNode]] ...
+
Property '''Item''' 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_Item([in]          ULONG         nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG         nIndex,
                 [out, retval]  IPXV_3DNode**  pItem);
+
                 [out, retval]  IPXV_3DObj**  pItem);
 
</pre>
 
</pre>
  

Latest revision as of 01:02, 23 July 2018


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

Syntax

HRESULT get_Item([in]           ULONG         nIndex,
                 [out, retval]  IPXV_3DObj**  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXV_3DNode