Click or drag to resize

selectRangeAreaDictionaryAdd Method (String, selectRangeArea, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified path.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeAreaNamed Add(
	string __path,
	selectRangeArea item,
	bool doClose = false
)
Request Example View Source

Parameters

__path
Type: SystemString
The path.
item
Type: imbSCI.Core.reporting.zoneselectRangeArea
The item.
doClose (Optional)
Type: SystemBoolean
if set to true [do close].

Return Value

Type: selectRangeAreaNamed
See Also