This document is archived and information here might be outdated.  Recommended version.


INACompactStreetDirectionSummary.Envelope Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirectionSummary Interface > INACompactStreetDirectionSummary.Envelope Property
ArcGIS Developer Help

INACompactStreetDirectionSummary.Envelope Property

The bounding box of the route.

[Visual Basic .NET]
Public ReadOnly Property Envelope As IEnvelope
[C#]
public IEnvelope Envelope {get;}
[C++]
HRESULT get_Envelope(
  IEnvelope** Envelope
);
[C++]
Parameters
Envelope [out, retval]

Envelope is a parameter of type IEnvelope**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Envelope returns the geographic envelope of the route.

See Also

INACompactStreetDirectionSummary Interface