ConfiguredVisualFactory T  Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the [T:CustomPlotFactory<T>] class.

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 ConfiguredVisualFactory(
	TypeIdentifier baseTypeId,
	TypeIdentifier typeId,
	VisualCategory visualCategory,
	Image image,
	LicensedFunction requiredLicense
)

Parameters

baseTypeId
Type: Spotfire.Dxp.Framework.DocumentModel TypeIdentifier
The type identifier of the existing visual.
typeId
Type: Spotfire.Dxp.Framework.DocumentModel TypeIdentifier
The new visual type identifier.
visualCategory
Type: Spotfire.Dxp.Application.Extension VisualCategory
The visual category.
image
Type: System.Drawing Image
The image. Can be null.
requiredLicense
Type: Spotfire.Dxp.Framework.License LicensedFunction
The required license. Can be null which means the visual is always enabled.
See Also