AnalysisApplicationComView ApplicationInteractor T  Delegate TIBCO Spotfire 6.0 API Reference
Type of a method that interacts with the AnalysisApplication and returns a result.

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

protected delegate T ApplicationInteractor<T>(
	AnalysisApplication analysisApplication
)
Type Parameters

T
The return type.

Return Value

Type: T
See Also