API Reference

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

fsresGetDrawings_DrawingInspectionTest Property

The number of tests of the type identified by the Index attribute that have been performed on the drawing.

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlElementAttribute("InspectionTest")]
public List<fsresGetDrawings_DrawingInspectionTest> InspectionTest { get; set; }

Property Value

Type: ListfsresGetDrawings_DrawingInspectionTest
See Also