Description
Gets a list of all entities related to a selected entity by input filter.
Syntax
retval = GetEntityChildByFilter ( iEnt, iFilter, oEntityList )
|
|
|
|
|
|
|
Input: (IEntity/Object) iEnt |
Input entity |
|
Input: (suEntityEnumType) iFilter |
Set filter |
|
Output: (IEntityList/Object oEntityList |
Entity list that include all the child (by filter) |
|
Return: (Boolean) retval |
TRUE if successful |
Remarks