SbdfValueTypeIsErrorValue Method

Spotfire 15.0 API Reference
Determines if value is an error value.

Namespace:  Spotfire.Dxp.Data.Formats.Sbdf
Assembly:  Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool IsErrorValue(
	Object value
)

Parameters

value
Type: SystemObject
The object to examine.

Return Value

Type: Boolean
true if the object is an error value, false otherwise.
Version Information


See Also

Reference