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


INAStreetDirection.Envelope Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection.Envelope Property

The bounding box of the item.

[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 direction.

See Also

INAStreetDirection Interface