Cog3DVisionDataUtils Is3DInputVisionData Method Cognex VisionPro 9.10
Check if the supplied ICogVisionData object is used for 3D vision tools. If the ICogVisionData object contains a valid CogImage16Range type or a valid Cog3DPointCloudMesh type, this function returns true, otherwise it returns false.

Namespace: Cognex.VisionPro3D.Implementation
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax

public static bool Is3DInputVisionData(
	ICogVisionData data
)

Return Value

Type: Boolean
true if it is a valid 3D vision data, false otherwise.
See Also