CustomVisualFactory<T> Constructor (CustomTypeIdentifier, VisualCategory, ExtensionIcon, LicensedFunction)

Spotfire 14.5 API Reference

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

C#
public CustomVisualFactory(
	CustomTypeIdentifier typeId,
	VisualCategory visualCategory,
	ExtensionIcon icon,
	LicensedFunction requiredLicense = null
)

Parameters

typeId
Type: Spotfire.Dxp.Application.Extension.CustomTypeIdentifier
The visual type identifier.
visualCategory
Type: Spotfire.Dxp.Application.Extension.VisualCategory
The visual category.
icon
Type: Spotfire.Dxp.Application.Extension.ExtensionIcon
Icon to use in menus and toolbars. If this parameter is null, the visual will show up in menus, but not in toolbars.
requiredLicense (Optional)
Type: Spotfire.Dxp.Framework.License.LicensedFunction
The required license. Can be null which means the visual is always enabled.
Version Information

Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference