VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_MeasurementDefaultTickFactors Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MeasurementDefaultTickFactors Method
    In This Topic
    Gets the tick distances for measurements.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: number[]
    value = instance.get_MeasurementDefaultTickFactors();
    
    
    function get_MeasurementDefaultTickFactors() : number[];
    

    Return Value

    An array of ticks distances in WebDicomUnitOfMeasureEnumJS.
    Browser Compatibility
    56+
    45+
    11
    See Also