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.InteropAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- assemblyQualifiedTypeName
- Type: System String
The assembly qualified type name of the object to create.
Return Value
Type: ObjectThe created object.
Version Information
See Also