Class IonControlPointParameters
An editable copy of the parameters of a proton control point.
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 IonControlPointParameters : ControlPointParameters
Remarks
To apply the parameters, call the ApplyParameters method of the Beam class. Because the parameters are simple copies, they do not reflect the current state of the data model.
Properties
FinalSpotList
Gets a cached copy of the post-processed final spot list.
Declaration
public IonSpotParametersCollection FinalSpotList { get; }
Property Value
Type | Description |
---|---|
IonSpotParametersCollection |
RawSpotList
Gets a cached copy of the raw spot list.
Declaration
public IonSpotParametersCollection RawSpotList { get; }
Property Value
Type | Description |
---|---|
IonSpotParametersCollection |
SnoutPosition
Snout position in centimeters.
Declaration
public double SnoutPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |