Graph Output
No inheritance
Description
The type of class you receive from running a graph. This class contains methods to retrieve the resulting output properties from graphs.
Methods
Name Return type Description
GetProperty<T>(string name) T Get the value of a processed graph property of type 'T' with name 'name'.
GetPropertyAsObject(string name) object Get the value of a processed graph property with name 'name' as an object.
GetAllPropertiesAsObject() Dictionary<string, object> Get the values of all processed graph properties.
GetAllPropertyNames() List<string> Get the names of all processed graph properties.