Click or drag to resize

imbTreeNodeBranchAddNewLeaf Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dodaje novi "list" -- krajnji element u strukturi koji obicno nosi i vrednost -- pravi strukturu koja je neophodna da bi ova grana profukncionisala

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public imbTreeNodeLeaf AddNewLeaf(
	string leafNameOfPath,
	Object value,
	ITextRender report = null,
	string __sourceContent = ""
)
Request Example View Source

Parameters

leafNameOfPath
Type: SystemString
Putanja se prosledjuje u sourcePath
value
Type: SystemObject
report (Optional)
Type: imbSCI.Core.reporting.renderITextRender
__sourceContent (Optional)
Type: SystemString

Return Value

Type: imbTreeNodeLeaf
See Also