Method GetNode
GetNode(GraphDescriptor, string)
Retrieve a node from it's guid in the GraphDescritor
Declaration
public static NodeDescriptor GetNode(GraphDescriptor desc, string guid)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor to Reset |
string | guid | The Node Guid to retrieve |
Returns
Type | Description |
---|---|
NodeDescriptor | Returns the NodeDescriptor for specified guid |