DataFunctionOutputCollection TryGetValue Method TIBCO Spotfire 6.0 API Reference
Tries to get a DataFunctionOutput for the outputParameter.

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetValue(
	OutputParameter outputParameter,
	out DataFunctionOutput dataFunctionOutput
)

Parameters

outputParameter
Type: Spotfire.Dxp.Data.DataFunctions OutputParameter
The output parameter.
dataFunctionOutput
Type: Spotfire.Dxp.Data.DataFunctions DataFunctionOutput 
The output definition.

Return Value

Type: Boolean
True if it was possible to get the input; false otherwise.
See Also