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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.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