Description
Detector pitch used in defining senor
resolution. Uses SmallDistanceUnit Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property DetectorPitch() As Double
|
[C#] |
public double DetectorPitch {get; set;}
|
[Managed C++] |
public: __property double get_DetectorPitch();
public: __property void set_DetectorPitch(
double
);
|
[Unmanaged C++] |
public: HRESULT get_DetectorPitch(
double * pRetVal
);
public: HRESULT put_DetectorPitch(
double NewDetectorPitch
);
|
[Java] |
public double getDetectorPitch();public void setDetectorPitch(
double
);
|
See Also