Generated by DocFX

Class XrayPrimaryFilter

Primary filter on the xray tube

Inheritance
System.Object
XrayPrimaryFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Imaging.Xray.Dto
Assembly: VEDriversLite.dll
Syntax
public class XrayPrimaryFilter

Properties

| Improve this Doc View Source

Material

Material of the primary filter

Declaration
public XrayPrimaryFiltrationMaterials Material { get; set; }
Property Value
Type Description
XrayPrimaryFiltrationMaterials
| Improve this Doc View Source

Thickness

Thickness of the primary filter

Declaration
public double Thickness { get; set; }
Property Value
Type Description
System.Double