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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected delegate T ApplicationInteractor<T>( AnalysisApplication analysisApplication )
Parameters
- analysisApplication
- Type: Spotfire.Dxp.ApplicationAnalysisApplication
The analysis application.
Type Parameters
- T
- The return type.
Return Value
Type: TVersion Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also