Click or drag to resize

LayoutFieldSetNull Method

Updates the data of the index occurence of this field stored in message with the NULL (NO-DATA) value.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void SetNull(
	Message message,
	int index
)

Parameters

message
Type: OBCOM.NetClientMessage
The message that will be updated.
index
Type: SystemInt32
The occurence index of the field.
Exceptions
ExceptionCondition
IndexOutOfRangeException If index is out of bounds.
Remarks
A field is said to be NULL if the first character of the data of Field(index) in message is the special character NO-DATA (0x1A).
See Also