  | | | get duration info | get duration info 2004-02-15 - By Rafe Sacks
Back Object model way to get the play control out value.
var oPlayControl = ActiveProject.Properties.Find( "PlayControl" ); var iPlayControlOut = oPlayControl.Parameters( "out" ).Value;
R A F E S A C K S S e n i o r C h a r a c t e r T e c h n i c a l D i r e c t o r -- ---- ---- ---- ---- -- A n i m a l L o g i c
==================================================
B&B wrote:
> myVar = GetValue ( "PlayControl.Out" ) > SetValue "Passes.Default_Pass.RenderOptions.EndFrame", myVar > > -- > B&B <bb@(protected)> > > --- > Unsubscribe? Mail Majordomo@(protected) with the following text in body: > unsubscribe xsi
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <font color="#000099"> Object model way to get the play control out value.</font> <br><font color="#000099"></font> <font color="#000099"></font> <p><tt><font color="#000099">var oPlayControl = ActiveProject.Properties.Find( "PlayControl" );</font></tt> <br><tt><font color="#000099">var iPlayControlOut = oPlayControl .Parameters( "out" ).Value;</font></tt> <br> <br> <br> <br> <br> <center> <p><b><font color="#000066">R <font size=-1>A F E </font>S<font size=-1> A C K S</font></font></b> <br><i><font color="#999999"><font size=-1>S e n i o r C h a r a c t e r T e c h n i c a l D i r e c t o r</font>< /font></i> <br><b><font color="#CCCCCC"><font size=-1> -- ---- ---- ---- ---- --< /font></font></b> <br><b><i><font color="#000066"><font size=-1>A n i m a l L o g i c</font></font></i></b> <p><font color="#CCCCCC">==================================================< /font></center>
<br><font color="#CCCCCC"></font> <p><br> <br> <br> <p>B&B wrote: <blockquote TYPE=CITE>myVar = GetValue ( "PlayControl.Out" ) <br>SetValue "Passes.Default_Pass.RenderOptions.EndFrame", myVar <p>-- <br>B&B <bb@(protected)> <p>--- <br>Unsubscribe? Mail Majordomo@(protected) with the following text in body: <br>unsubscribe xsi</blockquote> </html>
|
|
 |