SetDataLinkTag

SetDataLinkTag(string, string)

public bool SetDataLinkTag(string name, string tag) ;

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)

public bool SetDataLinkTag(UniqueId id, string tag) ;

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.