ArcObjects Library Reference  (GeoDatabase)    

IFeatureClass.AreaField Property

The geometry area field.

[Visual Basic 6.0]
Property AreaField As IField
[Visual Basic .NET]
Public ReadOnly Property AreaField As IField
[C#]
public IField AreaField {get;}
[Java]
public IField getAreaField()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AreaField(
  IField** Field
);
[C++]

Parameters

Field [out, retval]

  Field is a parameter of type IField

Product Availability

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

Remarks

This read-only property returns the name of the field which records the area of each feature. Only feature classes that have a ShapeType of esriGeometryPolygon have an Area field.

A null pointer will be returned if:

See Also

IFeatureClass Interface | IField Interface | IFields Interface

Example

IFeatureClass Example

 


Feedback Send feedback on this page