API Reference

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

fsresFilters Properties

The fsresFilters type exposes the following members.

Properties
  NameDescription
Public propertyFilter
Public propertyUnused
This element is not intended to actually be used. It's sole purpose is to work around a problem with MS Visual Studio's xsd tool that generates c# classes from an xsd schema. With this tool if an element consists solely of a single element that may occur 1-many times then that parent element is ignored and the classes are generated with a multi-dimensional array of the inner element. In this case, where fsresFilters is used it would appear in the classes instead as being a multi-dimensional array of fsresFilter. Adding a second element, titled Unused here, avoids this issue.
Top
See Also