IPXC_Article::Index Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Serg moved page IPXC_Article::Index Property to IPXC_Article::Index Property without leaving a redirect)
m (Automatic page editing by robot)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IPXC_Article::index Property}}
+
{{#customTitle:IPXC_Article::Index Property}}
{{#parentPage:PXV:IPXC_Article#Properties|index|property}}
+
{{#parentPage:PXV:IPXC_Article#Properties|Index|property}}
  
 
Gets article index in its parent.
 
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 ==
 
[[PXV:IPXC_Article|IPXC_Article]]
 
[[PXV:IPXC_Article|IPXC_Article]]

Revision as of 23:09, 30 May 2015

Gets article index in its parent.

Syntax

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

See Also

IPXC_Article