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