Click or drag to resize
ElementValueIsNull Method

Note: This API is now obsolete.

Gets true if the element at the specified position in a sequence or choice element is null.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
[ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")]
public bool ValueIsNull(
	int position
)

Parameters

position
Type: SystemInt32
Identifies the position of the element that is being tested.

Field Value

Type: Boolean
true if the element at the specified position is null.
Exceptions
ExceptionCondition
NotFoundException position >= NumValues.
See Also