CogCADFile FileName Property Cognex VisionPro 9.5
Name of the current open file. If there is no open file, it will return an empty string.

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

public string FileName { get; }

Property Value

Type: String
Remarks

Name of the current open file. If there is no open file, it will return an empty string.

Default Value: Empty

See Also