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

    Return Value

    The DICOM measurement type.
    Browser Compatibility
    56+
    45+
    11
    See Also