ICogControlValueAdapter InterfaceCognex VisionPro 9.10

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

public interface ICogControlValueAdapter : ICogControlValueConverter

The ICogControlValueAdapter type exposes the following members.

Methods

  NameDescription
Public methodConvert
Converts the unadapted PROPERTY value to the adapted CONTROL value
(Inherited from ICogControlValueConverter.)
Public methodConvertBack
Converts the adapted CONTROL value "back" to the unadapted PROPERTY value.
(Inherited from ICogControlValueConverter.)
Top
Properties

  NameDescription
Public propertyAdaptedType
The adapted CONTROL value type
Public propertyUnadaptedType
The unadapted PROPERTY value type
Top
See Also