CogLocalizer Constructor Cognex VisionPro 9.23
Construct a localizer that can localize resources associated with the given type. The localizer determines what resource pool to load based on information in the given type.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogLocalizer(
	Type resSource
)

Parameters

resSource
Type: System Type
The type associated with the resources to load.
See Also