'Declaration
<System.ComponentModel.CategoryAttribute("Route finding")> <System.ComponentModel.DescriptionAttribute("Controls the deflate of the non intersectable obstacles (2D shapes) interior")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ObstacleInteriorDeflate As System.Single
'Usage
Dim instance As NRoutingManager Dim value As System.Single instance.ObstacleInteriorDeflate = value value = instance.ObstacleInteriorDeflate
[System.ComponentModel.Category("Route finding")] [System.ComponentModel.Description("Controls the deflate of the non intersectable obstacles (2D shapes) interior")] [System.Xml.Serialization.XmlAttribute()] public System.float ObstacleInteriorDeflate {get; set;}