NBElement CreateAfter Method (Int32)IBM Integration Bus
The CreateAfter method creates as the next sibling a new NBElement with the given Type.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement CreateAfter(
	int type
)

Parameters

type
Type: OnlineSystem Int32
The type of the element to be created.

Return Value

Type: NBElement
The NBElement which is created.
See Also