Gets or sets the effective fill factor of photosensitive surface area to the total detector surface area.
Read-write property
[Visual Basic .NET] |
---|
Public Property DetectorFillFactor() As Double |
[C#] |
---|
public double DetectorFillFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_DetectorFillFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_DetectorFillFactor( double * pVal ); public: HRESULT put_DetectorFillFactor( double newVal ); |
[Java] |
---|
public double getDetectorFillFactor(); public void setDetectorFillFactor( double ); |