Aurigma Graphics Mill 5.5 for .NET
XmpData..::.AddNode Method
Adds a node to the XMP tree.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Sub AddNode ( _ node As XmpNode _ )
C#
public void AddNode( XmpNode node )
Parameters
- node
-
Type: Aurigma.GraphicsMill.Codecs..::.XmpNode
XmpNode descendant.
Remarks
This method is more convenient than the Add(Object, Object) method.