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


In This Topic
    MaxAvoidedMeshObstacles Property
    In This Topic
    Controls the maximum count of obstacles (2D shapes) for which mesh routing must be performed
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Mesh Routing")>
    <System.ComponentModel.DescriptionAttribute("Controls the maximum count of obstacles (2D shapes) for which mesh routing must be performed")>
    <System.ComponentModel.DefaultValueAttribute(50)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MaxAvoidedMeshObstacles As System.Integer
    'Usage
     
    
    Dim instance As NRoutingManager
    Dim value As System.Integer
     
    instance.MaxAvoidedMeshObstacles = value
     
    value = instance.MaxAvoidedMeshObstacles
    [System.ComponentModel.Category("Mesh Routing")]
    [System.ComponentModel.Description("Controls the maximum count of obstacles (2D shapes) for which mesh routing must be performed")]
    [System.ComponentModel.DefaultValue(50)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int MaxAvoidedMeshObstacles {get; set;}
    Remarks
    By default set to 50
    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