The IWxMetabaseObject interface contains properties of the repository object that is displayed on the workspace.
| Property name | Brief description | |
| MetabaseObject | The MetabaseObject property determines the object of repository that is displayed in the workspace. | |
| NextMetabaseObjects | The NextMetabaseObjects property returns the object on which the given object depends. | |
| NextMetabaseObjectsCount | The NextMetabaseObjectsCount property returns the number of objects on which the given object depends. | |
| PreviousMetabaseObjects | The PreviousMetabaseObjects property returns the object that depends on the given object. | |
| PreviousMetabaseObjectsCount | The PreviousMetabaseObjectsCount property returns the number of objects that depend on the given object. |
| Method name | Brief description | |
| ShowDependencies | The ShowDependencies method displays the objects on which the given object depends, on the workspace. | |
| ShowDependents | The ShowDependents method displays the objects which depend on the given object on the workspace. |
See also: