Click or drag to resize

TolerancesCopyFrom Method

Copies tolerances from provided source.

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

Parameters

source  Tolerances
Source to copy from.

Return Value

Tolerances
This.
See Also