Click or drag to resize

inlineDictionarySet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the specified key.

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Set(
	string key,
	string value
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
See Also