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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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 >= NumElements.
See Also