IPXC_QuadsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
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> | ||
Revision as of 01:23, 4 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.