Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
Sets the Number of times the given Animation ID should Play (it replays when the end of the Animation is reached). Specify a value of zero to have the Animation repeat forever. 
NOTE: If the given Animation ID is invalid, no changes are made. 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public void SetAnimationsNumberOfTimesToPlay( 
 int iAnimationID, 
 int iNewNumberOfTimesToPlay 
) 
 | 
 
 
 
Visual Basic 
 | 
 
Public Sub SetAnimationsNumberOfTimesToPlay ( 
 iAnimationID As Integer, 
 iNewNumberOfTimesToPlay As Integer 
) 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
void SetAnimationsNumberOfTimesToPlay( 
 int iAnimationID, 
 int iNewNumberOfTimesToPlay 
) 
 | 
 
 
 
Parameters 
iAnimationID 
Type: System..::..Int32 
The ID of the Animation to update 
iNewNumberOfTimesToPlay 
Type: System..::..Int32 
The New Number of times the Animation should Play 
 See Also 
Animations Class 
Animations Members 
DPSF Namespace 
  
Send comments on this topic to  
 |