API Reference

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

fsDecimalWithUOM Class

An element with a decimal value and a fsUOM attribute, such as a length, width, etc.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsDecimalWithUOM

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 fsDecimalWithUOM

The fsDecimalWithUOM type exposes the following members.

Constructors
  NameDescription
Public methodfsDecimalWithUOM
Initializes a new instance of the fsDecimalWithUOM class
Top
Properties
  NameDescription
Public propertyUOM
Public propertyValue
Top
See Also