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

VObjectCollection.Remove Method (IVObject)

Removes the first occurrence of a specific v-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 IVObject _
)
C#
public void Remove(
	IVObject value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IVObject

A v-object to remove from the collection.

See Also

Reference

Manual