TryGetDataLinkTag

TryGetDataLinkTag(string, out string)

public bool TryGetDataLinkTag(string name, out string tag) ;

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)

public bool TryGetDataLinkTag(UniqueId id, out string tag) ;

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.