This documentation is for the old version. Go to the latest Graphics Mill docs

XmpArrayNode.Remove Method

Removes the first occurrence of a specific object from the array.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Remove ( _
	node As Object _
)
C#
public void Remove(
	Object node
)

Parameters

node

Type: System.Object

Object to remove.

See Also

Reference