API Reference

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

fsBoolWithBool Class

A boolean element with an optional boolean attribute SharedOnly, such as IncludeCutList with attribute SharedOnly.
Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsBoolWithBool

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 fsBoolWithBool

The fsBoolWithBool type exposes the following members.

Constructors
  NameDescription
Public methodfsBoolWithBool
Initializes a new instance of the fsBoolWithBool class
Top
Properties
  NameDescription
Public propertySharedOnly
Public propertyValue
Top
See Also