'Declaration
Public Overridable Function GetObstacleExterior( _ ByVal obstacle As NShape _ ) As NRectangleF
'Usage
Dim instance As NRoutingManager Dim obstacle As NShape Dim value As NRectangleF value = instance.GetObstacleExterior(obstacle)
public virtual NRectangleF GetObstacleExterior( NShape obstacle )
Parameters
- obstacle