API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresInputDisplayUnits Class

Specify the unit-of-measure values to use for input and display purposes.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresInputDisplayUnits

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")]
public class fsresInputDisplayUnits

The fsresInputDisplayUnits type exposes the following members.

Constructors
  NameDescription
Public methodfsresInputDisplayUnits
Initializes a new instance of the fsresInputDisplayUnits class
Top
Properties
  NameDescription
Public propertyLengthTypeIDImperial
Length format when in imperial mode: 1 - Feet, Inches, 16ths 2 - Feet, Inches 3 - Inches, 16ths 4 - Decimal Feet 5 - Decimal Inches (2 Places) 6 - Decimal Inches 7 - Feet, Inches, 16ths (Free-Form)
Public propertyLengthTypeIDMetric
Length format when in metric mode: 1 - Meters 2 - Centimeters 3 - Millimeters
Public propertyLengthUOM
Length display and input.
Public propertyPriceUOM
Unit Price display and input.
Public propertySizeUOM
Dimension display and input.
Public propertyWeightUOM
Weight display and input.
Top
See Also