Click or drag to resize
StaMaIStateMachineTemplateVisitorEndRegion Method
This method will be called after a Region object was encountered while traversing a StateMachineTemplate with the PassThrough() method.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
bool EndRegion(
	Region region
)

Parameters

region
Type: StaMaRegion
The Region object that was encountered.

Return Value

Type: Boolean
true if traversal shall continue; false to stop traversal.
Remarks
This method will be called after traversing the sub-objects of the Region. Balanced with this method call there was a Region() method call before traversing the sub-objects of the Region.
Examples
See Also