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


IEIDHelper.ReturnFeatures 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.ReturnFeatures Property
ArcGIS Developer Help

IEIDHelper.ReturnFeatures Property

Indicates if the created IEIDInfo enumeration should contain features.

[Visual Basic .NET]
Public WriteOnly Property ReturnFeatures
[C#]
public void ReturnFeatures {set;}
[C++]
HRESULT put_ReturnFeatures(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

Remarks

Feature objects returned by this EIDHelper object are meant only for querying attribute values from the features and not for editing the features.  These feature objects will only contain those fields specified using AddField.  For optimization purposes, if no calls are made to AddField before calling CreateEnumEIDInfo, the feature objects returned will only contain the OID and Shape fields.

See Also

IEIDHelper Interface