Method RemoveMeta
RemoveMeta(GraphDescriptor, MetaDescriptor)
Remove a meta key value pair from the Graph
Declaration
public static bool RemoveMeta(GraphDescriptor desc, MetaDescriptor meta)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| MetaDescriptor | meta | The MetaDescriptor to remove |
Returns
| Type | Description |
|---|---|
| bool | Returns true for success |