IPXC_QuadsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | 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.