GetGraphObjPropValue Function

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 .

See Graph Objects for more information.

(Note the function GetGraphObjPropValues is the same but will only accept one argument)

Arguments

Number Type Compulsory Default Description
1 string Yes Graph object ID
2 string No Return all values Property name

Returns

Return type: string array

Index Description
0

See Also