CogLocalizer Constructor Cognex VisionPro 9.7
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: 73.0.0.0 (73.0.0.0)
Syntax

public CogLocalizer(
	Type resSource
)

Parameters

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