ElementCollection.Remove

ElementCollection.Remove method

Remove item from collection.

public bool Remove(Element item)
ParameterTypeDescription
itemElementItem to remove.

Return Value

True if element was removed.

See Also