ShortFormattingSymbolScheme Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the ShortFormattingSymbolScheme class with the specified name and a copy of the ShortFormattingSymbol list.

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

public ShortFormattingSymbolScheme(
	string name,
	IList<ShortFormattingSymbol> symbols
)

Parameters

name
Type: System String
The name for the new ShortFormattingSymbolScheme.
symbols
Type: System.Collections.Generic IList ShortFormattingSymbol 
The ShortFormattingSymbol list to include a copy of. May not contain any duplicate symbols or exponents.
Exceptions

ExceptionCondition
System ArgumentNullException Thrown if name is null.
System ArgumentException Thrown if name is empty.
System ArgumentNullException Thrown if symbols is null.
System ArgumentException Thrown if symbols is empty or contains any duplicate symbols or exponents.
See Also