GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / Remove Method
The element to remove.

In This Topic
Remove Method (SvgElementCollection)
In This Topic
Removes the specific element from the SvgElementCollection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal element As SvgElement _
) As System.Boolean
 

Parameters

element
The element to remove.

Return Value

true if element is successfully removed. false if element was not found.
See Also