Click or drag to resize
ElementIsNullValue Method
Gets true if the sub-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
public abstract bool IsNullValue(
	int position
)

Parameters

position
Type: SystemInt32
Identifies the position of the sub-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