Click or drag to resize

SvgElementIdManagerEnsureValidId Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Ensures that the specified ID is valid within the containing SvgDocument.

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

Parameters

id
Type: SystemString
A String containing the ID to validate.
Exceptions
ExceptionCondition
SvgException

The ID cannot start with a digit.

An element with the same ID already exists within the containing SvgDocument.

See Also