ILoadViewsContext CreateObject Method TIBCO Spotfire 6.0 API Reference
Creates and returns an object of the specified assembly qualified type. The type must derive from AnalysisApplicationComView and have a public constructor that takes the AnalysisApplication as an argument.

Namespace: Spotfire.Dxp.Application.Interop
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

Object CreateObject(
	string assemblyQualifiedTypeName
)

Parameters

assemblyQualifiedTypeName
Type: System String
The assembly qualified type name of the object to create.

Return Value

Type: Object
The created object.
See Also