AddInInsightAgentRegistrarRegisterT Method (CustomVisualInsightAgentFactoryT)

Spotfire 15.0 API Reference
Registers a visual insight agent. It will be invoked when a user triggers Insights from a visualization.

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void Register<T>(
	CustomVisualInsightAgentFactory<T> factory
)
where T : CustomVisualInsightAgent

Parameters

factory
Type: Spotfire.Dxp.Application.ExtensionCustomVisualInsightAgentFactoryT
The custom visual insight agent factory to register.

Type Parameters

T
Version Information

Supported in: 15.0
See Also

Reference