ILoadViewsContext Members TIBCO Spotfire 6.0 API Reference
The ILoadViewsContext type exposes the following members.
Methods

  NameDescription
Public methodCreateObject
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.
Public methodCreateObjectFrom
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.
Back to Top
See Also