ArcFM Desktop Developer Guide
SelectTransition Method (RandomTransitionSelector)


The old content that is currently displayed.
The new content that is to be displayed.
Returns a random Transition from the list of Transitions.
Syntax
'Declaration
 
Public Overrides Function SelectTransition( _
   ByVal oldContent As Object, _
   ByVal newContent As Object _
) As Transition
'Usage
 
Dim instance As RandomTransitionSelector
Dim oldContent As Object
Dim newContent As Object
Dim value As Transition
 
value = instance.SelectTransition(oldContent, newContent)
public override Transition SelectTransition( 
   object oldContent,
   object newContent
)

Parameters

oldContent
The old content that is currently displayed.
newContent
The new content that is to be displayed.

Return Value

The transition used to display the content or a null reference (Nothing in Visual Basic) if a transition should not be used.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RandomTransitionSelector Class
RandomTransitionSelector Members

 

 


Send Comment