ILoadViewsContext CreateObject Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also