| Layout Constructor (String) |
Creates a new Layout with the given name.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public Layout(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
The name of this Layout.
See Also