Formats a string that represents the expression in the standard
mathematical sense, containing any named arguments. For example, for
an arithmatic addition expression with arguments X and Y, this would be
"X + Y".
Namespace: Cognex.VisionPro.ResultsAnalysisAssembly: Cognex.VisionPro.ResultsAnalysis (in Cognex.VisionPro.ResultsAnalysis.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Parameters
- recurseLevels
- Type: System Int32
Number of levels to recurse. Usually zero, but expands more with each level.
- identifiers
- Type: Cognex.VisionPro.ResultsAnalysis CogResultsAnalysisRunParams
The names of identifiers in the context.
Return Value
Type: StringSee Also