←Select platform

AddStringExpression Method

Summary

Adds a string expression to the LTVerex instance.

Syntax
C#
C++/CLI
Python
public LTVerex AddStringExpression( 
   LTVerexStringExpression expression, 
   string value 
) 
public:  
   LTVerex^ AddStringExpression( 
      LTVerexStringExpression^ expression, 
      String^ value 
   ) 
def AddStringExpression(self,expression,value): 

Parameters

expression The LTVerexStringExpression value to use.

value

The characters that correspond to the LTVerexStringExpression.

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.