Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetViewByName Method (viewName)
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerInstantiatedViewsGetViewByName(String)
Gets the view by name.
Declaration Syntax
C#Visual BasicVisual C++
public InstantiatedView GetViewByName(
	string viewName
)
Public Function GetViewByName ( _
	viewName As String _
) As InstantiatedView
public:
InstantiatedView^ GetViewByName(
	String^ viewName
)
Parameters
viewName (String)
The name of the view to retrieve.
Return Value
The requested view.

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