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


IEnumFeatureSetup.AllFields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* AllFields
);
[C++]
HRESULT put_AllFields(
  VARIANT_BOOL AllFields
);
[C++]

Parameters AllFields [out, retval] AllFields is a parameter of type VARIANT_BOOL AllFields AllFields is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEnumFeatureSetup Interface

.NET Samples

Implementing an XML builder external component (Code Files: XMLDocImpl)