CustomVisualFactoryT Constructor (CustomTypeIdentifier, VisualCategory, ExtensionIcon, LicensedFunction)

Spotfire 14.3 API Reference

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

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

Parameters

typeId
Type: Spotfire.Dxp.Application.ExtensionCustomTypeIdentifier
The visual type identifier.
visualCategory
Type: Spotfire.Dxp.Application.ExtensionVisualCategory
The visual category.
icon
Type: Spotfire.Dxp.Application.ExtensionExtensionIcon
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.LicenseLicensedFunction
The required license. Can be null which means the visual is always enabled.
Version Information

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

Reference