The number of fields in each record

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

Syntax

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

See Also