The CreateAfter method creates as the next sibling 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 CreateAfter(
int type
)
public NBElement CreateAfter(
int type
)
Public Function CreateAfter (
type As Integer
) As NBElement
Public Function CreateAfter (
type As Integer
) As NBElement
public:
NBElement^ CreateAfter(
int type
)
public:
NBElement^ CreateAfter(
int type
)
member CreateAfter :
type : int -> NBElement
member CreateAfter :
type : int -> NBElement
Parameters
- type
- Type:
System Int32
The type of the element to be created.
Return Value
Type:
NBElementThe NBElement which is created.