 | LayoutFieldSetDefault Method |
Updates the index occurence of the field in
message to its default value.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic virtual void SetDefault(
LayoutMessage message,
int index
)
Public Overridable Sub SetDefault (
message As LayoutMessage,
index As Integer
)
Parameters
- message
- Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be updated.
- index
- Type: SystemInt32
The occurence index of the field.
Exceptions
Remarks
If the field's default value is invalid, then the type's default
value is used.
See Also