vrnode/get
(To be removed) Property value of vrnode object
vrnode/get will be removed in a future release. For more information,
        see Version History.
Syntax
get(vrnode_object)
x = get(vrnode_object)
x = get(vrnode_object, 'property_name')
Arguments
| 
 | Name of a  | 
| 
 | Name of the property to be read. | 
Description
get(vrnode_object) lists all vrnode properties in
        the MATLAB® Command Window.
x = get(vrnode_object), where vrnode_object is a
        scalar, returns a structure where each field name is the name of a property and each field
        contains the value of that property.
x = get(vrnode_object, '
        returns the value of given property. property_name')
If vrnode_object is a vector of vrnode handles,
          get returns an M-by-1 cell array of values, where M is equal to
          length(vrnode_object).
The vrnode property values are case sensitive. Property names are not
        case sensitive.
The vrnode object properties allow you to control the behavior and
        appearance of objects. The vrnode objects have the following properties.
        All these properties are read only. 
| Property | Value | Description | 
|---|---|---|
| 
 | Cell array | Valid field names for the node. | 
| 
 | String | Name of the node. | 
| 
 | String | Type of the node. The value is a string (for example,
                       | 
| 
 | Handle | Handle of the parent  |