Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveAllViewsInRegion Method (parentView, regionName)
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerIViewManagerRemoveAllViewsInRegion(Object, String)
Removes all views in a region.
Declaration Syntax
C#Visual BasicVisual C++
void RemoveAllViewsInRegion(
	Object parentView,
	string regionName
)
Sub RemoveAllViewsInRegion ( _
	parentView As Object, _
	regionName As String _
)
void RemoveAllViewsInRegion(
	Object^ parentView, 
	String^ regionName
)
Parameters
parentView (Object)
The parent view.
regionName (String)
The name of the region.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)