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
DeletedDeleted = 5

Deleted

ExcludedExcluded = 6

Excluded

ExportedExported = 3

Exported

ImportedImported = 2

Imported

NewNew = 1

New

NotModifiedNotModified = 7

Not Modified

UnknownUnknown = 0

Unknown

UpdatedUpdated = 4

Updated

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next