CogLocalizer GetObject Method Cognex VisionPro 9.5
Returns the value of the specified Object resource.

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

public Object GetObject(
	string objkey
)

Return Value

Type: Object
The value of the localized resource. If a match is not possible, a null reference (Nothing in Visual Basic) is returned. The resource value can be a null reference (Nothing).
See Also