Click or drag to resize

CAEXWrapperInsertNew Method

This method can be used to create an XML node, if this CAEX wrapper was instantiated without an XML node. This method can only be applied, if an Owner is defined. The new created CAEX object is inserted as a new child of the owner.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool InsertNew()

Return Value

Boolean
true, if the XML node could be created and inserted as a new child of the owner.
See Also