ConfiguredVisualFactory T  Class TIBCO Spotfire 7.0 API Reference
Factory base class for creating configured visuals. A configured visual gives a new unique CustomTypeIdentifier to an existing visual. Override this class to provide new AutoConfigure logic for the visual.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Extension VisualFactory
    Spotfire.Dxp.Application.Extension VisualFactory T 
      Spotfire.Dxp.Application.Extension ConfiguredVisualFactory T 

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

public class ConfiguredVisualFactory<T> : VisualFactory<T>
where T : VisualContent
Type Parameters

T
Remarks

Objects of this type are used by the application to create new Visuals. Visual factories are registered with the application by overriding the RegisterVisuals(AddIn VisualRegistrar) method.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also