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
  FabSuiteRequestApifsDecimalWithUOM

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-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