Enum ToppingOption
Represents types of topping
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public enum ToppingOption
Fields
| Name | Value | Description |
|---|---|---|
| NonStructural | NonStructural = 2 | Non-structural |
| None | None = 1 | None |
| Structural | Structural = 3 | Structural |
| Unknown | Unknown = 0 | Unknown |