Enum CalcValueFormat

Formats for converting numeric values to a string

Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
public enum CalcValueFormat

Fields

Name Value Description
EngineeringEngineering = 3

Engineering format

FixedFixed = 0

Fixed format

GeneralGeneral = 2

General format

InputOutputInputOutput = 4

Data Input/Output format for interoperability with other software

ScientificScientific = 1

Scientific format

UserInputUserInput = 5

User interface input format

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next