IPXV_3DAnimation::CurTime Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''CurTime''' of interface [[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] returns/sets Value of | + | Property '''CurTime''' of interface [[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] returns/sets Value of double ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CurTime([out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT get_CurTime([out, retval] double* nMilliSeconds); |
− | HRESULT put_CurTime([in] | + | HRESULT put_CurTime([in] double nMilliSeconds); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] | [[PXV:IPXV_3DAnimation|IPXV_3DAnimation]] |
Latest revision as of 03:45, 14 November 2018
Property CurTime of interface IPXV_3DAnimation returns/sets Value of double ...
Syntax
HRESULT get_CurTime([out, retval] double* nMilliSeconds); HRESULT put_CurTime([in] double nMilliSeconds);