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


In This Topic
    MergePointDistance Property (NRoutingManager)
    In This Topic
    Controls the distance between two routing points, below which the routing points are considered identical
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Route finding")>
    <System.ComponentModel.DescriptionAttribute("Controls the distance between two routing points, below which the routing points are considered identical")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MergePointDistance As System.Single
    'Usage
     
    
    Dim instance As NRoutingManager
    Dim value As System.Single
     
    instance.MergePointDistance = value
     
    value = instance.MergePointDistance
    [System.ComponentModel.Category("Route finding")]
    [System.ComponentModel.Description("Controls the distance between two routing points, below which the routing points are considered identical")]
    [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