|  | IStateMachineTemplateVisitorEndRegion Method | 
 
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
 Syntax
Syntaxbool EndRegion(
	Region region
)
Function EndRegion ( 
	region As Region
) As Boolean
bool EndRegion(
	Region^ region
)
abstract EndRegion : 
        region : Region -> bool 
Parameters
- region
- Type: StaMaRegion
 The Region object that was encountered.
Return Value
Type: 
Booleantrue if traversal shall continue; 
            
false to stop traversal.
            
 Remarks
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
Examples See Also
See Also