Returns property values for the specified object. If argument 2 is present the value of one particular property will be returned. Otherwise the function will return an array containing all property values. The order of the values corresponds to the return value of GetGraphObjPropNames .
If argument 3 is set to 'array', any array properties will be output as a string array. Otherwise the array values will be composed into a single string in the form:
[ val1, val1, ...]
See Graph Objects for more information.
(Note the function GetGraphObjPropValues is the same but will only accept one argument)
Number | Type | Compulsory | Default | Description |
1 | string | Yes | Graph object ID | |
2 | string | No | Return all values | Property name |
3 | string | No | Options |
Return type: string array
Index | Description |
0 |
▲Function Summary▲ | ||
◄ GetGraphObjPropNames | GetGraphObjPropValues ▶ |