Entity.GetChildren Method

GeonBit.UI

EntityGetChildren Method
Return all children of this entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<Entity> GetChildren()

Return Value

Type: ListEntity
List with all children in entity.
See Also