SetDataLinkTag
SetDataLinkTag(string, string)
Description
Sets the tag of the Blackboard DataLink.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name of DataLink |
| tag | Name of tag to set |
Returns
Returns true if successfully set. Otherwise, returns false.
SetDataLinkTag(UniqueId, string)
Description
Sets the tag of the Blackboard DataLink.
Parameters
| Parameter Name | Description |
|---|---|
| id | Id of DataLink |
| tag | Name of tag to set |
Returns
Returns true if successfully set. Otherwise, returns false.