StdfValueType FromRuntimeType Method TIBCO Spotfire 6.5 API Reference
Constructs a StdfValueType from a Type.

Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public static StdfValueType FromRuntimeType(
	Type type
)

Parameters

type
Type: System Type
The type object.

Return Value

Type: StdfValueType
A corresponding StdfValueType instance.
Remarks

An StdfValueType with UnknownType is returned for unknown types.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also