DataType GetDataType Method TIBCO Spotfire 6.0 API Reference
Gets the DataType with the given name.

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

public static DataType GetDataType(
	string name
)

Parameters

name
Type: System String
Name representation for a DataType.

Return Value

Type: DataType
The DataType with the given name, or Undefined if corresponding type not found.
See Also