Enum CellValueType
Defines the various types of values for a cell.
Namespace: TopSolid.Cad.Drafting.Automating
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 300, 140)]
public enum CellValueType
Remarks
This enum is available since v7.14.300.140.
Fields
Name | Description |
---|---|
Element | Element value. This can be a Tolerance entity. |
ElementItem | Element item value. |
Image | Image value. |
None | Not a cell. |
Parameter | Parameter value. |
Text | Text value. |
Unclassified | Unclassified type. |