IModuleTree.NextSibling (METH)
METHOD NextSibling : IModule
Returns the next sibling of a module instance.
Returns 0 if (and only if) md has no further sibling.
Note: can be called for toplevel instances, too.
- InOut:
- 
| Scope | Name | Type | Comment | 
|---|
 | Return | NextSibling
 | IModule |  |  | Input | md
 | IModule | The module instance that is queried (must not be 0) |