Click or drag to resize

SvgElementIdManagerRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removed the specified SvgElement from ID management.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual void Remove(
	SvgElement element
)
Request Example View Source

Parameters

element
Type: SvgSvgElement
The SvgElement to be removed from ID management.
See Also