Adds/Moves an entity to be a child of this entity

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AddChild(
	IEntity child
)
Visual Basic
Function AddChild ( _
	child As IEntity _
) As Boolean
Visual C++
bool AddChild(
	IEntity^ child
)

Return Value

See Also