Creates and initializes a new XmpValueNode instance.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ nodeType As XmpNodeType, _ value As String, _ name As String _ )
public XmpValueNode( XmpNodeType nodeType, string value, string name )
Type: System.String
Value to be stored in the node.Type: System.String
Name of the node.