DataMarkingSelection Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the DataMarkingSelection class.

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

public DataMarkingSelection(
	string name
)

Parameters

name
Type: System String
The name of the marking selection.
Remarks

This constructor is only to be used when the marking selection should be used outside the Markings collection, otherwise use the Add(String) method instead.
See Also