CogScriptGen UsesVisionInterop Method Cognex VisionPro 9.24
Simple helper method to check if a type, via it's FullName, represents a Vision Interop type. This is needed because those types require some special handling for assembly references and imports.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public static void UsesVisionInterop(
	string typeFullName,
	ref HashSet<string> whichVisionInterops
)

Parameters

typeFullName
Type: System String
Full name of the type to check.
whichVisionInterops
Type: System.Collections.Generic HashSet String  
The set of Vision Interop type categories seen so far. The strings in this container will be some unique combination of "Classify", "OCR", "Segment", and/or "SmartLine". This parameter will be appended if typeFullName corresponds to a Vision Interop type that is not yet represented in this set.
See Also