FileFormat Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An enumeration of file types.
Syntax
public enum FileFormat : System.Enum Public Enum FileFormat
Inherits System.EnumMembers
| Member | Description |
|---|---|
| CSV_LEVEL | A CSV (comma separated) file using a Level indicator for BOM structure. |
| CSV_PARENT | A CSV (comma separated) file using a Parent indicator for BOM structure. |
| DWF | A DWF file. |
| OTHER | Reserved for future use. |
| TDL_LEVEL | A TDL (tab-delimited) file using a Level indicator for BOM structure. |
| TDL_PARENT | A TDL (tab-delimited) file using a Parent indicator for BOM structure. |
| XML | An XML file. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.FileFormat