IPXC_Article::Index Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Index([out, retval]  LONG*  Index);
+
<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]]

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