|  |  |  |  |  |  |  |  |  | 
|  | ||||||||
|  |  |  |  | |||||
|  |  |  |  |  |  | |||
Category
Function
Creates a renderable representation of the hierarchy of a specified object.
Syntax
output = VisualObject(input, options);
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| input | object | none | object to see | 
| options | string | "v" | orientation: vertical ("v") or horizontal ("h") | 
Outputs
| Name | Type | Description | 
|---|---|---|
| output | field | visual representation of input | 
Functional Details
The hierarchy of the input object is represented by a tree-like structure that can be passed directly to Image.
| input | is the object to be represented. | 
| options | specifies whether the root of the tree is to be placed at the top of the image (vertical orientation) or at the left (horizontal orientation). | 
Example Visual Program
VisualObject.net
[ OpenDX Home at IBM | OpenDX.org ]