VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / set_UnitsOfMeasure Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_UnitsOfMeasure Method
    In This Topic
    Sets the unit of measure for measurement.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDicomUnitOfMeasureEnumJS
    
    returnValue = instance.set_UnitsOfMeasure(value);
    
    
    function set_UnitsOfMeasure(
    value
    The default value is null, i.e. measurement will use the measurement default units of measure.
    : WebDicomUnitOfMeasureEnumJS
    ) : any;

    Parameters

    value
    The default value is null, i.e. measurement will use the measurement default units of measure.
    Browser Compatibility
    56+
    45+
    11
    See Also