Click or drag to resize

SvgElementIdManagerGetElementById Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Retrieves the SvgElement with the specified ID.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual SvgElement GetElementById(
	string id
)
Request Example View Source

Parameters

id
Type: SystemString
A String containing the ID of the element to find.

Return Value

Type: SvgElement
An SvgElement of one exists with the specified ID; otherwise false.
See Also