IPXC_QuadsF::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_QuadsF::Item Property}} | {{#customTitle:IPXC_QuadsF::Item Property}} | ||
Line 18: | Line 19: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_QuadsF|IPXC_QuadsF]]. |
Revision as of 04:52, 20 May 2015
Gets/sets item by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_QuadF* pItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_QuadF* pItem);
Parameters
- nIndex
- [in] Index of the item which will be modified or will be returned.