Class LateralSpreadingDeviceSettings
Settings for the lateral spreading device.
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: VMS.TPS.Common.Model.API
Assembly: VMS.TPS.Common.Model.API.dll
Syntax
public class LateralSpreadingDeviceSettings : SerializableObject
Properties
IsocenterToLateralSpreadingDeviceDistance
Distance from the isocenter to the downstream edge of the lateral spreading device (mm) at the current control point.
Declaration
public double IsocenterToLateralSpreadingDeviceDistance { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LateralSpreadingDeviceSetting
Machine-specific setting.
Declaration
public string LateralSpreadingDeviceSetting { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LateralSpreadingDeviceWaterEquivalentThickness
Water equivalent thickness (in mm) of the lateral spreading device at the central axis for the beam energy incident upon the device.
Declaration
public double LateralSpreadingDeviceWaterEquivalentThickness { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ReferencedLateralSpreadingDevice
The referenced lateral spreading device.
Declaration
public LateralSpreadingDevice ReferencedLateralSpreadingDevice { get; }
Property Value
| Type | Description |
|---|---|
| LateralSpreadingDevice |
Methods
WriteXml(XmlWriter)
Converts an object into its XML representation. For more information on how to serialize an object into an XML document, see System.Xml.Serialization.XmlSerializer.
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.XmlWriter | writer | The System.Xml.XmlWriter stream, to which the object is serialized. |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable