The field type
Namespace:
EGIS.ShapeFileLibAssembly: 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); } |