ConfiguredVisualFactory T  Constructor TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

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