Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Command Object : SolveExpression Method
String value of the expression to solve.
SolveExpression Method
Description

SolveExpression evaluates the expression based on the objects above the command on which SolveExpression gets called.

Syntax
Visual Basic
Public Function SolveExpression( _
   ByVal Expression As String _
) As Variable
Parameters
Expression
String value of the expression to solve.
Return Type
This method returns a variable object if the solved expression is valid.
See Also