| TransitionLeastCommonAncestor Property |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public Region LeastCommonAncestor { get; }
Public ReadOnly Property LeastCommonAncestor As Region
Get
public:
property Region^ LeastCommonAncestor {
Region^ get ();
}
member LeastCommonAncestor : Region with get
Property Value
Type:
Region
The
Region instance 'up' to which the
StateMachine has to
leave states and enter states during the state change initiated through this
Transition.
See Also