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


IClass.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IClass.Fields Property

The fields collection for this object class.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** Fields
);
[C++]

Parameters Fields [out, retval]
Fields is a parameter of type IFields

Product Availability

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

See Also

IClass Interface

.NET Samples

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Closest facility solver (Code Files: frmClosestFacilitySolver) | Convert part to feature command (Code Files: ConvertPart) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Bind a geodatabase table to a .NET control (Code Files: FieldPropertyDescriptor) | Timestamper class extension (Code Files: TimestampClassExtension TimestampPropertyPage) | Multivariate renderer (Code Files: MultivariateRenderer) | Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm) | Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files: FrmNodeReductionRule)

.NET Related Topics

Assigning domains to fields | Converting simple data | Copying or loading data while preserving GlobalID values | Creating class extensions | Creating fields | Creating indexes | Defining a renderer for a layer | Geodatabase | How to geocode a table of addresses | How to load data into a network analysis problem | How to standardize an address | Listing fields | Updating geometry of existing features | Using schema locks | Working with fields | Working with indexes