IPlantItemsTree: RootItems (get) - Intergraph Smart Electrical - Reference

SpelCalcInf

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

_

IPlantItemsTree: RootItems (get)

RootItems

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 (see SpelCalcInf) Class IPlantItemsTree Overview (see IPlantItemsTree) IPlantItemsTree Properties (see IPlantItemsTree) IPlantItemsTree Methods (see IPlantItemsTree) PowerDistributionBoards (get) (see IPlantItemsTree: PowerDistributionBoards (get)) Bus IPowerDistributionBoard