←Select platform

AddLogicalExpression Method

Summary

Adds a logical expression to the LTVerex instance.

Syntax
C#
VB
C++
public LTVerex AddLogicalExpression( 
   LTVerexLogicalExpression expression, 
   bool enable 
) 
Public Function AddLogicalExpression( 
   ByVal expression As LTVerexLogicalExpression, 
   ByVal enable As Boolean 
) As LTVerex 
public:  
   LTVerex^ AddLogicalExpression( 
      LTVerexLogicalExpression^ expression, 
      bool enable 
   ) 

Parameters

expression

The LTVerexLogicalExpression to add.

enable

Indicates whether the expression should be enabled.

Return Value

Returns the LTVerex instance so that these methods can be chained.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.