Enum BimStatus
Specifies the BIM import/export status
Namespace: TSD.API.Remoting.Bim.Enums
Assembly: TSD.API.Remoting.dll
Syntax
public enum BimStatus
Fields
| Name | Value | Description |
|---|---|---|
| Deleted | Deleted = 5 | Deleted |
| Excluded | Excluded = 6 | Excluded |
| Exported | Exported = 3 | Exported |
| Imported | Imported = 2 | Imported |
| New | New = 1 | New |
| NotModified | NotModified = 7 | Not Modified |
| Unknown | Unknown = 0 | Unknown |
| Updated | Updated = 4 | Updated |