The 'MultiGraphDeleteTag' function deletes the specified tag among all tag of Multi-graph object.
void @MultiGraphDeleteTag(string class_name, string tag);
Parameters
string class_name : class name of Multi-graph object
string tag : tag that you want to delete
Return Value
none
Example
@MultiGraphDeleteTag("MultiGraph1", ¡°AI_0000¡±);
Description : 'AI_0000' is deleted in 'MultiGraph1'.
Version Information
supported version: 9.5.0 or higher
Reference