ConfiguredVisualFactory T  Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also