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

VObjectCollection.Remove Method (Object)

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

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

Parameters

value

Type: System.Object

An object to remove from the collection.

Remarks

The value can be a null reference.

See Also

Reference