IPlantItemsTree: RootItems (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 all the root items

 Public Property Get RootItems ( ) As IElectricalPlantItems

Return Values

IElectricalPlantItems - 

Remarks

The root items are the items that you asked to read (buses and Power Distribution Boards).

It may also contain items that you did not ask to read but are needed to the calculation process. For instance, You asked to calculate a Bus that have tied buses, and you set to include the tied buses. In this case, the RootItems will contain also all the tied buses.

It also may contain a mixture of buses and power distribution boards. For instance, you asked to calculate a power distribution board (named p), and one of its buses it tied (or feeding) to another Bus (named b) in another power distribution board. In this case, The RootItems will contain p and b.

Read Only.

See Also

Project SpelCalcInf Overview
Class IPlantItemsTree Overview
IPlantItemsTree Properties
IPlantItemsTree Methods
IPlantItemsTree: PowerDistributionBoards (get)
IPowerDistributionBoard