CogVerificationParamsInputsContainer Keys Property Cognex VisionPro 9.22
Gets all the expected keys added to this record. Returns null if there are no records. Note: this will always return at least string[] { "InputImage" } since that was added to the records by default.

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

public string[] Keys { get; }

Property Value

Type:  String 
See Also