This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClass Interface > IFeatureClass.AreaField Property (ArcObjects .NET 10.4 SDK) |
The geometry area field.
[Visual Basic .NET] Public ReadOnly Property AreaField As IField
[C#] public IField AreaField {get;}
[C++]
HRESULT get_AreaField(
IField** Field
);
[C++]
Parameters Field [out, retval]
Field is a parameter of type IField
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:
IFeatureClass Interface | IField Interface | IFields Interface