API Reference

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

fsresGetProjectStatusFilterSet Property

The given filters constructed as a FilterSet object that can be passed into other commands that require this format.

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlArrayItemAttribute("Filter", IsNullable = false)]
public List<fsresFilterSetSelections_Filter> FilterSet { get; set; }

Property Value

Type: ListfsresFilterSetSelections_Filter
See Also