CogStatistics Name Property Cognex VisionPro 9.8 SR1
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: 75.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