Click or drag to resize

FieldCorrectionCreate(FieldCorrection) Method

Creates a new field correction instance with the same correction data as the referenced one.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static FieldCorrection Create(
	FieldCorrection fieldCorrection
)

Parameters

fieldCorrection  FieldCorrection
Original field correction to copy from.

Return Value

FieldCorrection

[Missing <returns> documentation for "M:RAYLASE.Marker.Corrections.FieldCorrection.Create(RAYLASE.Marker.Corrections.FieldCorrection)"]

See Also