Cog3DGraphicFactory Create Method Cognex VisionPro 9.8
Creates a Cog3DVisionDataGraphicBase graphic wrapper from the ICogVisionData input if it is supported. In case the input type is not supported, it returns null or throws a NotSupportedException based on the value of the throwIfNotSupported argument. The following types are supported:

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 75.1.0.0
Syntax

public static Cog3DVisionDataGraphicBase Create(
	ICogVisionData visionData,
	bool throwIfNotSupported
)

Return Value

Type: Cog3DVisionDataGraphicBase
See Also