CogLocalizer GetHelpFile Method Cognex VisionPro 9.21 SR1
Gets the help filename embedded in the specified type.

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

public static string GetHelpFile(
	Type source
)

Parameters

source
Type: System Type
Type associated with the helpfile resource

Return Value

Type: String
A copy of the help filename for the type.
See Also