Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawingSettings Class / MergePointDistance Property


In This Topic
    MergePointDistance Property
    In This Topic
    Gets or sets the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed). By default set to 10 DIPs.
    Syntax
    'Declaration
     
    
    Public Property MergePointDistance As System.Double
    'Usage
     
    
    Dim instance As NDrawingSettings
    Dim value As System.Double
     
    instance.MergePointDistance = value
     
    value = instance.MergePointDistance
    public System.double MergePointDistance {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also