ImagingDeviceExtensionDetectorPitch Property |
Gets or sets the detector pitch of the device. Must be greater than or equal to zero.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DetectorPitch { get; set; }
Public Property DetectorPitch As Double
Get
Set
public:
virtual property double DetectorPitch {
double get () sealed;
void set (double value) sealed;
}
abstract DetectorPitch : float with get, set
override DetectorPitch : float with get, set
Property Value
Type:
DoubleImplements
IDetectorPitchServiceDetectorPitchExceptions See Also