get
Get property values from a graph object.
Syntax
Section titled “Syntax”v = get(h, name)Description
Section titled “Description”Returns the current value of the named property on the object referenced by handle h. Without a name, returns a structure of all properties.
Examples
Section titled “Examples”color = get(h, 'Color');all_props = get(h);