IPXC_PolyPolygonSrcF::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PolyPolygonSrcF::Item Property}}
 
{{#customTitle:IPXC_PolyPolygonSrcF::Item Property}}
{{#parentPage:PXV:IPXC_PolyPolygonSrcF#Properties|Item Property|property}}
+
{{#parentPage:PXV:IPXC_PolyPolygonSrcF#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXC_PolyPolygonSrcF|IPXC_PolyPolygonSrcF]] returns  Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] ...
+
Property '''pItem''' of interface [[PXV:IPXC_PolyPolygonSrcF|IPXC_PolyPolygonSrcF]] returns  Pointer to [[PXV:IPXC_PolygonSrcF|IPXC_PolygonSrcF]] ...
  
 
== 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]  IPXC_PolygonSrcF**  ppItem);
+
                 [out, retval]  IPXC_PolygonSrcF**  pItem);
 
</pre>
 
</pre>
  

Latest revision as of 03:35, 15 June 2015


Property pItem of interface IPXC_PolyPolygonSrcF returns Pointer to IPXC_PolygonSrcF ...

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_PolyPolygonSrcF