Gets or sets the maximum distance beyond the bounding box that a waypoint will be considered for the final route.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundingBoxPad() As Double |
[C#] |
---|
public double BoundingBoxPad {get; set;} |
[Managed C++] |
---|
public: __property double get_BoundingBoxPad(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundingBoxPad( double * pVal ); public: HRESULT put_BoundingBoxPad( double newVal ); |
[Java] |
---|
public double getBoundingBoxPad(); public void setBoundingBoxPad( double ); |