The field type

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

Syntax

Visual Basic (Declaration)
Public Property FieldType As DbfFieldType
C#
public DbfFieldType FieldType { get; set; }
Visual C++
public:
property DbfFieldType FieldType {
	DbfFieldType get ();
	void set (DbfFieldType value);
}

See Also