This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDHelper Interface > IEIDHelper.ReturnFeatures Property (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL
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.