Click or drag to resize

lexicInflectionCreateChildItem Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new child item and sets the name, but still do not add it. Used internally by [!:Add(String pathWithName)]

Namespace:  imbNLP.PartOfSpeech.lexicUnit
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public override graphNodeCustom CreateChildItem(
	string nameForChild
)

Parameters

nameForChild
Type: SystemString
The name for child.

Return Value

Type: graphNodeCustom

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.lexicInflection.CreateChildItem(System.String)"]

See Also