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.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
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