API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

InvalidFilterExpressionException Properties

The InvalidFilterExpressionException type exposes the following members.

Properties
  NameDescription
Public propertyExpression
Gets the invalid expression.
Public propertyInvalidFilterExpressionExceptionReasonsType
Gets the reason why the exception is thrown.
Public propertyLeftExpression
Gets the invalid expression's left operand.
Public propertyOperatorType
Gets the invalid expression's operator.
Public propertyRightExpression
Gets the invalid expression's right operand.
Top
See Also