API Reference

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

fsreqFilterMatchType Property

The type of match that should be used to apply the filter. The default match type if this element is not specified is EXACT. Not all match types are valid for every filter. The PREFIX, SUFFIX, and ANY match types are only valid for the filter types: MainMark DrawingNumber Sequence LotNumber Category SubCategory

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public fsreqFilterMatchType MatchType { get; set; }

Property Value

Type: fsreqFilterMatchType
See Also