Removes the first occurrence of a specific object from the array.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Remove ( _ node As Object _ )
public void Remove( Object node )
Type: System.Object
Object to remove.