collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation

Animations

.
.
::
..GetAnimationsNumberOfTimesToPlay Method

gradient

Returns the Number of times the given Animation ID is set to Play. Zero means the Animation will repeat forever.

NOTE: If the given Animation ID is invalid, -1 is returned.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public int GetAnimationsNumberOfTimesToPlay(

 int iAnimationID

)

Visual Basic

Public Function GetAnimationsNumberOfTimesToPlay (

 iAnimationID As Integer

As Integer

Visual C++

public:

int GetAnimationsNumberOfTimesToPlay(

 int iAnimationID

)

Parameters

iAnimationID

Type: System..::..Int32

The ID of the Animation to update

Return Value

Type: Int32

Returns the Number of times the given Animation ID is set to Play. Zero means the Animation will repeat forever. NOTE: If the given Animation ID is invalid, -1 is returned.

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com