IPXC_QuadsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_QuadsF::Item Property}} | {{#customTitle:IPXC_QuadsF::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_QuadsF#Properties|Item | + | {{#parentPage:PXV:IPXC_QuadsF#Properties|Item|property}} |
− | + | ||
Gets/sets item by given index. | Gets/sets item by given index. | ||
Line 9: | Line 8: | ||
== 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] PXC_QuadF* | + | [out, retval] PXC_QuadF* stItem); |
HRESULT put_Item([in] ULONG nIndex, | HRESULT put_Item([in] ULONG nIndex, | ||
− | [in] PXC_QuadF* | + | [in] PXC_QuadF* stItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Index of the item | + | :[in] Index of the item that will be modified or will be returned. |
== See Also == | == See Also == | ||
− | [[PXV:IPXC_QuadsF|IPXC_QuadsF]] | + | [[PXV:IPXC_QuadsF|IPXC_QuadsF]] |
Latest revision as of 02:35, 15 June 2015
Gets/sets item by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_QuadF* stItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_QuadF* stItem);
Parameters
- nIndex
- [in] Index of the item that will be modified or will be returned.