TryGetDataLinkTag
TryGetDataLinkTag(string, out string)
Description
Get the tag of the Blackboard DataLink.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name of DataLink |
| tag | Name of tag obtained |
Returns
Returns true if successfully obtained. Otherwise, returns false.
TryGetDataLinkTag(UniqueId, out string)
Description
Get the tag of the Blackboard DataLink.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID of DataLink |
| tag | Name of tag obtained |
Returns
Returns true if successfully obtained. Otherwise, returns false.