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


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