'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;}