CogStatistics Name Property Cognex VisionPro 9.5
Returns the name of the channel. This is the same as the Key that was used when the channel was created via AddNew.

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

public string Name { get; }

Property Value

Type: String
Remarks

Returns the name of the channel. This is the same as the Key value that you supplied when you created the channel by calling AddNew(String, Int32).

See Also