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

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: 1.5.1.0

collapse_allSyntax

C#

public int GetAnimationsNumberOfTimesToPlay(

 int iAnimationID

)

Visual Basic (Declaration)

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

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

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com