Click or drag to resize

CorrectionFileAnalyzerGetScanHeadFormat Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]


Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static ScanHeadFormat GetScanHeadFormat(
	bool isDualHead,
	double maxMagnification,
	bool hasOpticalZoom,
	bool hasAuxiliaryAxis,
	bool hasSensorAxis,
	int protocol
)

Parameters

isDualHead  Boolean

[Missing <param name="isDualHead"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

maxMagnification  Double

[Missing <param name="maxMagnification"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

hasOpticalZoom  Boolean

[Missing <param name="hasOpticalZoom"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

hasAuxiliaryAxis  Boolean

[Missing <param name="hasAuxiliaryAxis"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

hasSensorAxis  Boolean

[Missing <param name="hasSensorAxis"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

protocol  Int32

[Missing <param name="protocol"/> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

Return Value

ScanHeadFormat

[Missing <returns> documentation for "M:RAYLASE.Marker.Corrections.CorrectionFileAnalyzer.GetScanHeadFormat(System.Boolean,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Int32)"]

See Also