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