ArcObjects Library Reference (NetworkAnalysis)  

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 VARIANT_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