The number of fields in each record

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FieldCount As Integer
C#
public int FieldCount { get; }
Visual C++
public:
property int FieldCount {
	int get ();
}

See Also