IPXC_QuadsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_QuadsF::Item Property}} | {{#customTitle:IPXC_QuadsF::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_QuadsF|property | + | {{#parentPage:PXV:IPXC_QuadsF#Properties|Item|property}} |
− | + | ||
− | + | ||
− | + | Gets/sets item by given index. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_QuadF* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | HRESULT put_Item([in] ULONG nIndex, [in] PXC_QuadF* | + | [out, retval] PXC_QuadF* stItem); |
+ | HRESULT put_Item([in] ULONG nIndex, | ||
+ | [in] PXC_QuadF* stItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
− | :[in] | + | :[in] Index of the item that will be modified or will be returned. |
== See Also == | == See Also == | ||
− | + | [[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.