ROIDistanceUnits(DicomViewer,Int32) Method
Distance units for the values returned by ROILength and ROIArea of a None-Image-Tied label
public System.string ROIDistanceUnits(
DicomViewer ,
System.int
)
public function ROIDistanceUnits(
: DicomViewer;
: System.Integer
): System.String;
public function ROIDistanceUnits(
: DicomViewer,
: System.int
) : System.String;
public: System.string* ROIDistanceUnits(
DicomViewer* ,
System.int
)
public:
System.String^ ROIDistanceUnits(
DicomViewer^ ,
System.int
)
'Declaration
Public Overloads Function ROIDistanceUnits( _
ByVal As DicomViewer, _
ByVal As System.Integer _
) As System.String
'Usage
Dim instance As DicomLabel
Dim Viewer As DicomViewer
Dim Index As System.Integer
Dim value As System.String
value = instance.ROIDistanceUnits(Viewer, Index)
Parameters
- Viewer
- The Viewer which holds the Image where measurement units is taken from
- Index
- The Index of the Image in the Viewer's Images Collection
Return Value
A String Value of the Distance Units
Target Platforms: .NET CLR 4.8 or higher