Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class / MergePointDistance Property


In This Topic
    MergePointDistance Property (NDrawingSettings)
    In This Topic
    Controls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Merge")>
    <System.ComponentModel.DescriptionAttribute("Controls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MergePointDistance As System.Single
    'Usage
     
    
    Dim instance As NDrawingSettings
    Dim value As System.Single
     
    instance.MergePointDistance = value
     
    value = instance.MergePointDistance
    [System.ComponentModel.Category("Merge")]
    [System.ComponentModel.Description("Controls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float MergePointDistance {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also