Tagging.Delete
Method | |
---|---|
Module | Tagging |
Library | Core |
Action | Delete the named tag of the specified type, and indicate if it originally existed. |
Parameters |
|
Return values |
|
Example | // Delete the "WithScanner" freeform tag Tagging.Delete(Name: "WithScanner", Scopable: false); |
Platforms |
|
Notes | It is not an error if the tag does not exist. |