ConfiguredVisualFactoryT Constructor (TypeIdentifier, TypeIdentifier, VisualCategory, ExtensionIcon, LicensedFunction)

Spotfire 14.2 API Reference

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

C#
public ConfiguredVisualFactory(
	TypeIdentifier baseTypeId,
	TypeIdentifier typeId,
	VisualCategory visualCategory,
	ExtensionIcon icon,
	LicensedFunction requiredLicense = null
)

Parameters

baseTypeId
Type: Spotfire.Dxp.Framework.DocumentModelTypeIdentifier
The type identifier of the existing visual.
typeId
Type: Spotfire.Dxp.Framework.DocumentModelTypeIdentifier
The new visual type identifier.
visualCategory
Type: Spotfire.Dxp.Application.ExtensionVisualCategory
The visual category.
icon
Type: Spotfire.Dxp.Application.ExtensionExtensionIcon
The icon. Can be null.
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.2, 14.1, 14.0, 12.5
See Also

Reference