VirtualValueRendererSettingsSetVirtualColumnProducer Method

TIBCO Spotfire 11.4 API Reference
Sets the virtual column producer.

Namespace:  Spotfire.Dxp.Application.Visuals.ValueRenderers
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public VirtualColumnProducer SetVirtualColumnProducer(
	TypeIdentifier typeId
)

Parameters

typeId
Type: Spotfire.Dxp.Framework.DocumentModelTypeIdentifier
The type id.

Return Value

Type: VirtualColumnProducer
The virtual column producer associated with the type id.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if typeId null.
ArgumentExceptionThrown if typeId is not a type identifier for a registered VirtualColumnProducerFactory.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference