Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
.
..AnimationIDIsValid Method
|
|
Returns true if the given Animation ID is valid (i.e. An Animation with the same ID exists).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool AnimationIDIsValid(
int iAnimationID
)
|
Visual Basic
|
Public Function AnimationIDIsValid (
iAnimationID As Integer
) As Boolean
|
Visual C++
|
public:
bool AnimationIDIsValid(
int iAnimationID
)
|
Parameters
iAnimationID
Type: System..::..Int32
The Animation ID to look for
Return Value
Type: Boolean
Returns true if the given Animation ID is valid (i.e. An Animation with the same ID exists).
See Also
Animations Class
Animations Members
DPSF Namespace
Send comments on this topic to
|