Enum MasonryWallGroutType
Represents grouting options for masonry walls
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting.dll
Syntax
public enum MasonryWallGroutType
Fields
| Name | Value | Description |
|---|---|---|
| FullyGrouted | FullyGrouted = 1 | Fully grouted |
| PartiallyGrouted | PartiallyGrouted = 2 | Partially grouted |
| Ungrouted | Ungrouted = 3 | Ungrouted |
| Unknown | Unknown = 0 | Unknown type |