Function me::Children(runtimeId, runtimeChildren)

me::Children

The procedure me::Children returns the number of children of a runtime identifier and fills an output parameter with those children.

me::Children(
        runtimeId,          ! (input) an element
        runtimeChildren(i)  ! (output) indexed element parameter.
)

Arguments

runtimeId

An element in the set AllIdentifiers referencing a runtime identifier.

runtimeChildren

The children in the runtime identifier tree. This parameter needs to be an output parameter indexed over a (subset of) the set Integers.

Return Value

This procedure returns the number of children of runtimeId. When runtimeId doesn’t reference a runtime identifier an error will be raised.

See also

The functions me::Parent and me::GetAttribute.