The number of fields in each record
Namespace:
EGIS.ShapeFileLibAssembly: 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(); |