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