Tests if this object has one or more dynamic animations associated with it.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsDynamic()
Visual Basic
Public Function IsDynamic As Boolean
JScript
public function IsDynamic() : boolean

Return Value

True if this object includes dynamic animations, false otherwise.

See Also