CogResultsAnalysisExpression Format Method Cognex VisionPro
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.ResultsAnalysis
Assembly: Cognex.VisionPro.ResultsAnalysis (in Cognex.VisionPro.ResultsAnalysis.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public abstract string Format(
	int recurseLevels,
	CogResultsAnalysisRunParams identifiers
)

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: String
See Also