←Select platform

AddLogicalExpression Method

Summary

Adds a logical expression to the LTVerex instance.

Syntax
C#
C++/CLI
Python
public LTVerex AddLogicalExpression( 
   LTVerexLogicalExpression expression, 
   bool enable 
) 
public:  
   LTVerex^ AddLogicalExpression( 
      LTVerexLogicalExpression^ expression, 
      bool enable 
   ) 
def AddLogicalExpression(self,expression,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

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