'Declaration
<System.ComponentModel.CategoryAttribute("Route finding")> <System.ComponentModel.DescriptionAttribute("Gets/sets the padding applied to the obstacles (2D shapes) bounds")> Public Overridable Property ObstaclePadding As NMargins
'Usage
Dim instance As NRoutingManager Dim value As NMargins instance.ObstaclePadding = value value = instance.ObstaclePadding
[System.ComponentModel.Category("Route finding")] [System.ComponentModel.Description("Gets/sets the padding applied to the obstacles (2D shapes) bounds")] public virtual NMargins ObstaclePadding {get; set;}