IElectricalPlantItem: Children (get) - Intergraph Smart Electrical - Reference

SpelCalcInf

Language
English
Product
Intergraph Smart Electrical
Search by Category
Reference
Smart Electrical Version
2015 R1 (7.1)

_

IElectricalPlantItem: Children (get)

Children

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 (see SpelCalcInf) Class IElectricalPlantItem Overview (see IElectricalPlantItem) IElectricalPlantItem Properties (see IElectricalPlantItem) IElectricalPlantItem Methods (see IElectricalPlantItem) BusItem (get) (see IElectricalPlantItem: BusItem (get)) ChildrenByItemType (get) (see IElectricalPlantItem: ChildrenByItemType (get))