The geometry length field.
[Visual Basic 6.0] Property LengthField As IField
[Visual Basic .NET] Public ReadOnly Property LengthField As IField
[C#] public IField LengthField {get;}
[Java] public IField getLengthField() throws IOException, AutomationException
[C++] HRESULT get_LengthField( IField** Field );
This read-only property returns the name of the field which records the length of each feature. Only feature classes that have a ShapeType of esriGeometryPolygon or esriGeometryPolyLine have a Length field. For Line features, this field records the length of the polyline. For polygon features, this field records the perimeter of the polygon.
A null pointer will be returned if:
IFeatureClass Interface | IField Interface | IFields Interface