Search Results for

    Show / Hide Table of Contents

    Struct SetSourcePositionsResult

    Return value for Catheter method SetSourcePositions(Double, Double, Double).

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public struct SetSourcePositionsResult

    Fields

    InputRoundedToMachineResolution

    True if the step size and/or the first source position were rounded to machine resolution.

    Declaration
    public bool InputRoundedToMachineResolution
    Field Value
    Type Description
    System.Boolean

    SourcePositionsUpdated

    True if the source positions were updated. If false, it indicates that the values were not applied because the given values were equal to the existing values.

    Declaration
    public bool SourcePositionsUpdated
    Field Value
    Type Description
    System.Boolean

    TotalDwellTimeChanged

    True if the total dwell time changed as a result of resetting the source positions.

    Declaration
    public bool TotalDwellTimeChanged
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top