The CreateLastChild method creates as the last child a new NBElement with the given Type.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateLastChild(
int type
)
public NBElement CreateLastChild(
int type
)
Public Function CreateLastChild (
type As Integer
) As NBElement
Public Function CreateLastChild (
type As Integer
) As NBElement
public:
NBElement^ CreateLastChild(
int type
)
public:
NBElement^ CreateLastChild(
int type
)
member CreateLastChild :
type : int -> NBElement
member CreateLastChild :
type : int -> NBElement
Parameters
- type
- Type:
System Int32
The type of the element to be created.
Return Value
Type:
NBElementThe NBElement which is created.