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


IEnumFeatureSetup.AllFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumFeatureSetup Interface > IEnumFeatureSetup.AllFields Property
ArcGIS Developer Help

IEnumFeatureSetup.AllFields Property

Indicates if returned features will contain all fields.

[Visual Basic .NET]
Public Property AllFields As Boolean
[C#]
public bool AllFields {get; set;}
[C++]
HRESULT get_AllFields(
  Boolean* AllFields
);
[C++]
HRESULT put_AllFields(
  VARIANT_BOOL AllFields
);
[C++]
Parameters
AllFields [out, retval]

AllFields is a parameter of type bool* AllFields
AllFields is a parameter of type bool

Product Availability

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

See Also

IEnumFeatureSetup Interface

.NET Samples

Implementing an XML builder external component