GetTransitionAt |
Scroll |
Returns the TheWFTransition with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetTransitionAt ( _ nIndex As Integer _ ) As TheWFTransition C# public virtual TheWFTransition GetTransitionAt ( int nIndex ) ParametersnIndex Zero-based index of the TheWFTransition to return. Return ValueThe TheWFTransition with the specified nIndex. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |