Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetViewInRegion Method (parentView, regionName, instantiateViewName)
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerIViewManagerGetViewInRegion(Object, String, String)
Gets the view in the specified region.
Declaration Syntax
C#Visual BasicVisual C++
Object GetViewInRegion(
	Object parentView,
	string regionName,
	string instantiateViewName
)
Function GetViewInRegion ( _
	parentView As Object, _
	regionName As String, _
	instantiateViewName As String _
) As Object
Object^ GetViewInRegion(
	Object^ parentView, 
	String^ regionName, 
	String^ instantiateViewName
)
Parameters
parentView (Object)
The parent view.
regionName (String)
The name of the region.
instantiateViewName (String)
Return Value
The view in the specified region or null if the view is not found.

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