Grasshopper API
GH_CanvasRemoveTagArtist Method (IGH_TagArtist) |
Remove a specific tag artist from this canvas.
If the instance occurs multiple times in the TagArtist list,
all instances will be removed.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public int RemoveTagArtist( IGH_TagArtist artist )
Public Function RemoveTagArtist ( artist As IGH_TagArtist ) As Integer
Parameters
- artist
- Type: Grasshopper.GUI.Canvas.TagArtistsIGH_TagArtist
TagArtist to remove.
Return Value
Type: Int32The number of IGH_TagArtist instances removed.
