API Reference

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

fsDimensionsWithMetric Class

An element with a text value and a fsMetric attribute, such as for dimensions.
Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsDimensionsWithMetric

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 fsDimensionsWithMetric

The fsDimensionsWithMetric type exposes the following members.

Constructors
  NameDescription
Public methodfsDimensionsWithMetric
Initializes a new instance of the fsDimensionsWithMetric class
Top
Properties
  NameDescription
Public propertyMetric
Public propertyValue
Top
See Also