DicomObjects Reference
DicomObjects Reference / DicomLabel Object / ROIDistanceUnits Property
In This Topic
    ROIDistanceUnits Property
    In This Topic
    Description
    Units used for length and area
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ROIDistanceUnits As String
    Remarks

    Distance units for the values returned by ROILength and ROIArea of a None-Image-Tied label

    The value returned depends on whether distance calibration is present in the image data. The possible values are:

    • "mm"
    • "mm at Imager"
    • "mm at Imaging Plane"
    • "Pixels"
    See Also