IElectricalPlantItem: Children (get) - Intergraph Smart Electrical - Help - Hexagon

Intergraph Smart Electrical Help

Language
English
Product
Intergraph Smart Electrical
Search by Category
Help
Smart Electrical Version
10

Get a collection of an item child items

 Public Property Get Children ( ) As IElectricalPlantItems

Return Values

IElectricalPlantItems - 

Remarks

The child items may contain any item that is directly connected to an item. Items that do not affect the calculation process are ignored and their child items will belong to their parent.

Example, A circuit that has two connected loads. One of the loads is connected via a power cable. In this case, the two loads will be included in the circuit child item collection because the cable is ignored.

Example 2, A circuit that has two connected loads. One of the loads is connected via a cable and transformer. In this case, the first ILoad and the transformer will be included in the child item collection of the circuit and the second ILoad will appear in the transformer child item collection.

Read Only.

See Also

Project SpelCalcInf Overview
Class IElectricalPlantItem Overview
IElectricalPlantItem Properties
IElectricalPlantItem Methods
IElectricalPlantItem: BusItem (get)
IElectricalPlantItem: ChildrenByItemType (get)