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

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