VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / get_UnitsOfMeasure Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UnitsOfMeasure Method
    In This Topic
    Gets the unit of measure for measurement.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomUnitOfMeasureEnumJS
    value = instance.get_UnitsOfMeasure();
    
    
    function get_UnitsOfMeasure() : WebDicomUnitOfMeasureEnumJS;
    

    Return Value

    The unit of measure for measurement.
    Browser Compatibility
    56+
    45+
    11
    See Also