VirtualColumnProducer CreateInputs Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also