FieldCorrectionCreate(FieldCorrection) Method |
Creates a new field correction instance with the same correction data as the referenced one.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic 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