Enum StorageType
The data format a model file is stored in
Namespace: Xbim.IO
Assembly: Xbim.Common.dll
Syntax
[Flags]
public enum StorageType
Fields
Name | Description |
---|---|
Ifc | Native IFC format |
IfcXml | IFC in XML format |
IfcZip | compressed IFC format |
Invalid | Invalid Xbim storage type |
Stp | |
StpZip | |
Xbim | |
Zip |