CogDisplay QueryRenderCaps Method Cognex VisionPro 9.20
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: 80.0.0.0 (80.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

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
See Also