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


In This Topic
    AvoidInvisibleObstacles Property
    In This Topic
    Indicates whether invisible obstacles should be avoided by routes
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Indicates whether invisible obstacles should be avoided by routes")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AvoidInvisibleObstacles As System.Boolean
    'Usage
     
    
    Dim instance As NRoutingManager
    Dim value As System.Boolean
     
    instance.AvoidInvisibleObstacles = value
     
    value = instance.AvoidInvisibleObstacles
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Indicates whether invisible obstacles should be avoided by routes")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool AvoidInvisibleObstacles {get; set;}
    Remarks
    By default set to false
    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