Click or drag to resize

LayoutMessageInitFields Method

Sets the value of each field of this LayoutMessage to its default value.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void InitFields()
Remarks

The default value of a field is obtained using the Default property.

Nothing happens if this LayoutMessage does not have a Layout.

See Also