Click or drag to resize

graphWrapNodeTItemAdd Method (String)

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

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public virtual graphWrapNode<TItem> Add(
	string __name
)
Request Example View Source

Parameters

__name
Type: SystemString
The name.

Return Value

Type: graphWrapNodeTItem
See Also