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


IEIDHelper.DisplayEnvelope Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.DisplayEnvelope Property
ArcGIS Developer Help

IEIDHelper.DisplayEnvelope Property

Envelope in which valid geometries and features must reside to be returned in the EnumEIDInfo object.

[Visual Basic .NET]
Public WriteOnly Property DisplayEnvelope
[C#]
public void DisplayEnvelope {set;}
[C++]
HRESULT putref_DisplayEnvelope(
  IEnvelope* 
);
[C++]
Parameters
 [in]

is a parameter of type IEnvelope*

Product Availability

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

Remarks

If the DisplayEnvelope property is set to null, then all features and/or geometries corresponding to the EIDs are returned, regardless of their spatial position.

If a DisplayEnvelope is specified, then only those features and geometries that intersect the specified envelope will be populated in the enumeration.  Note that there will still be an EIDInfo object returned for every element in the network, but the Feature and Geometry properties on the IEIDInfo interface will return null for those elements that lie outside of the envelope.

See Also

IEIDHelper Interface