Enum CalcValueType
Value data types
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
public enum CalcValueType
Fields
| Name | Value | Description |
|---|---|---|
| Expression | Expression = 3 | Sequence of characters which can be calculated |
| Number | Number = 1 | Numerical value including unit dimensions |
| String | String = 2 | Sequence of characters |