Method RemovePieceCategory
| Improve this Doc View SourceRemovePieceCategory(string)
Remove a Piece.PieceCategory from a table by name.
This does noting if a piece is still assigned to the category, remove it before calling this.
Declaration
public void RemovePieceCategory(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the category. |