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.24.9.1
Syntax public abstract bool IsNullValue(
int position
)
Public MustOverride Function IsNullValue (
position As Integer
) As Boolean
public:
virtual bool IsNullValue(
int position
) abstract
abstract IsNullValue :
position : int -> bool
Parameters
- position
- Type: SystemInt32
Identifies the position of the sub-element that is being
tested.
Field Value
Type:
Booleantrue if the element at the specified position is null.
Exceptions See Also