IPXV_3DAnimation::EndTime Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''EndTime''' of interface [[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] returns  Value of ULONG ...
+
Property '''EndTime''' of interface [[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] returns  Value of double ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_EndTime([out, retval]  ULONG*  nMilliSeconds);
+
<pre class="brush:cpp;gutter:false">HRESULT get_EndTime([out, retval]  double*  nMilliSeconds);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_3DAnimation|IPXV_3DAnimation]]
 
[[PXV:IPXV_3DAnimation|IPXV_3DAnimation]]

Latest revision as of 04:45, 14 November 2018


Property EndTime of interface IPXV_3DAnimation returns Value of double ...

Syntax

HRESULT get_EndTime([out, retval]  double*  nMilliSeconds);

See Also

IPXV_3DAnimation