CogIOStreamFormatter IsSupported Method Cognex VisionPro
Check if this formatter support a specified type of object.

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public virtual bool IsSupported(
	Type type
)

Return Value

Type: Boolean
True type is supported, false otherwise.
See Also