Click or drag to resize

IOPortConditionCopyFrom Method

Copies the property values from a given condition.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public IOPortCondition CopyFrom(
	IOPortCondition source
)

Parameters

source  IOPortCondition
The condition to be copied.

Return Value

IOPortCondition
This condition.
See Also