IPXC_QuadsF::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_QuadsF::Item Property}}
 
{{#customTitle:IPXC_QuadsF::Item Property}}
 
{{#parentPage:PXV:IPXC_QuadsF|Item Property|property}}
 
{{#parentPage:PXV:IPXC_QuadsF|Item Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXC_QuadsF|IPXC_QuadsF]] returns/sets Pointer to [[PXV:PXC_QuadF|PXC_QuadF]] ...
+
Gets/sets item by given index.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the item which will be modified or will be returned.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
 
See also [[PXV:IPXC_QuadsF|IPXC_QuadsF]].

Revision as of 07:28, 13 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.

See Also

See also IPXC_QuadsF.