ArcFM Engine Developer Guide
Transitions Property (RandomTransitionSelector)


Gets or sets the list of transitions that will be used by the RandomTransitionSelector. This is a dependency property.
Syntax
'Declaration
 
Public Property Transitions As ObservableCollection(Of Transition)
'Usage
 
Dim instance As RandomTransitionSelector
Dim value As ObservableCollection(Of Transition)
 
instance.Transitions = value
 
value = instance.Transitions
public ObservableCollection<Transition> Transitions {get; set;}

Property Value

The list of transitions that will be used by the RandomTransitionSelector.
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