ArcObjects Library Reference (DataSourcesFile)  

ISMDirections.BoundBox Property

The geographic extent of the entire route.

[Visual Basic .NET]
Public ReadOnly Property BoundBox As SMRouterEnvelope
[C#]
public SMRouterEnvelope BoundBox {get;}
[C++]
HRESULT get_BoundBox(
  ISMRouterEnvelope** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMRouterEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the geographic extent of the entire route path.

See Also

ISMDirections Interface

.NET Samples

StreetMap routing (Code Files: RoutingForm)