 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxPublic Function InsertNew As Boolean
Return Value
Booleantrue, if the XML node could be created and inserted as a new child of the owner.
See Also