ILoadViewsContext CreateObjectFrom Method TIBCO Spotfire 6.0 API Reference
Creates and returns an object of the specified type, in the assembly specified by codeBase. 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 CreateObjectFrom(
	string typeName,
	string codeBase
)

Parameters

typeName
Type: System String
The typename.
codeBase
Type: System String
The codebase.

Return Value

Type: Object
The created object.
See Also