IModelNode Properties
Serves as the base interface for interfaces that represent Application Model nodes.| Name | Description |
|---|---|
| Application | Provides access to the Application Model‘s root node. |
| Index | Specifies the order index by which nodes are arranged. |
| NodeCount | Gets the number of child nodes. |
| Parent | Provides access to the parent node. |
| Root | For internal use only. |
See Also