DataRelationshipsCalculationResultsTryGetColumn Method

Spotfire 14.3 API Reference
Tries to get the resulting DataColumn specified by column

Namespace:  Spotfire.Dxp.Application.Calculations.DataRelationships
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public bool TryGetColumn(
	Measure measure,
	out DataColumn column
)

Parameters

measure
Type: Spotfire.Dxp.Application.Calculations.DataRelationshipsMeasure
Specifies which measure to get.
column
Type: Spotfire.Dxp.DataDataColumn
The DataColumn in the result, null if it cannot be found.

Return Value

Type: Boolean
True if the column was found, false otherwise.
Remarks

Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference