CogIOMCB SetLineAlias Method Cognex VisionPro 9.5
Set the alias or name associated with the specified line on this device. This characteristic is provided solely as a convenience to the user and has not impact upon the operation of this device.

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

public void SetLineAlias(
	int line,
	string name
)
Events

Exceptions

ExceptionCondition
ObjectDisposedException If this CogIOMCB object has already been disposed.
ArgumentOutOfRangeException If the line argument is less than zero or greater than 23.
See Also