ArcFM Engine Developer Guide
TransitionAssemblies Property


Gets or sets a list of assembly names that define assemblies containing transitions. This is a dependency property.
Syntax
'Declaration
 
Public Property TransitionAssemblies As ObservableCollection(Of AssemblyName)
'Usage
 
Dim instance As RandomTransitionSelector
Dim value As ObservableCollection(Of AssemblyName)
 
instance.TransitionAssemblies = value
 
value = instance.TransitionAssemblies
public ObservableCollection<AssemblyName> TransitionAssemblies {get; set;}

Property Value

A list of assembly names that define assemblies containing transitions.
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