CogDisplay QueryRenderCaps Method Cognex VisionPro 9.5
Queries the rendering engine for any special capabilities it might have.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public virtual Object QueryRenderCaps(
	string renderCapability
)

Parameters

renderCapability
Type: System String
Queries for an interface that will allow them to tweak new features or disable them if they don't like them.

Return Value

Type: Object
An interface to the new rendering engine capability. Returns null if the engine does not support the new capability.
Exceptions

See Also