VirtualColumnProducer CreateInputs Method TIBCO Spotfire 5.5 API Reference
Creates an VirtualColumnInputCollection associated with the given inputIdentifier.

Namespace: Spotfire.Dxp.Data.VirtualColumns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

protected void CreateInputs(
	VirtualColumnInputIdentifier inputIdentifier
)
Remarks

This method needs to be called before calling Get/SetInputs with this identifier. Typically this method would be called in the constructor of the deriving producer.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also