Enum TableType
Defines the various types of tables.
Namespace: TopSolid.Cad.Drafting.Automating
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 300, 140)]
public enum TableType
Remarks
This enum is available since v7.14.300.140.
Fields
| Name | Description |
|---|---|
| BendsTable | Bends table. |
| BomTable | Bill of material table. |
| CoordinatesTable | Coordinates table. |
| DimensionsTable | Dimensions table. |
| DrillingTable | Drilling table. |
| IndexTable | Index table. |
| None | Not a table. |
| Table | Table. |
| Unclassified | Unclassified type. |