IStructElement.CreateChild Method

The CreateChild method returns returns a new node object and adds it as child of the current node.

 

Syntax

ActiveX:

IStructElement  CreateChild(System.string nodeName)

Parameters

nodeName

Name of the node to create.

 

Return Value

The newly created node.

 

Example

Please check this link.

 

Remarks

 

Member of CDIntfEx.IStructElement.