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)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PolyPolygonSrcF::Item Property}}
 
{{#customTitle:IPXC_PolyPolygonSrcF::Item Property}}
{{#parentPage:PXV:IPXC_PolyPolygonSrcF|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, [out, retval] IPXC_PolygonSrcF** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG               nIndex,
 +
                [out, retval] IPXC_PolygonSrcF** pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_PolyPolygonSrcF|IPXC_PolyPolygonSrcF]].
+
[[PXV:IPXC_PolyPolygonSrcF|IPXC_PolyPolygonSrcF]]

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