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

VObjectCollection.Remove Method

Removes the first occurrence of a specified VObject from the collection.

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

Syntax

Visual Basic
Public Overrides Function Remove ( _
	item As VObject _
) As Boolean
C#
public override bool Remove(
	VObject item
)

Parameters

item

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObject

The v-object to remove.

Return Value

The Boolean value which indicated whether the v-object was successfully removed from the collection. This method also returns false if the v-object is not found in the collection.

See Also

Reference