IPXC_Article::Index Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IPXC_Article::index Property}}
+
{{#customTitle:IPXC_Article::Index Property}}
 
+
{{#parentPage:PXV:IPXC_Article#Properties|Index|property}}
Property '''index''' of interface [[PXV:IPXC_Article|IPXC_Article]] returns  Value of LONG ...
+
  
 +
Gets article index in its parent.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_index([out, retval] LONG* pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Index([out, retval] LONG* nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Article|IPXC_Article]].
+
[[PXV:IPXC_Article|IPXC_Article]]

Latest revision as of 03:20, 15 June 2015

Gets article index in its parent.

Syntax

HRESULT get_Index([out, retval]  LONG*  nIndex);

See Also

IPXC_Article