The field type
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property FieldType As DbfFieldType Get Set |
C# |
---|
public DbfFieldType FieldType { get; set; } |
Visual C++ |
---|
public: property DbfFieldType FieldType { DbfFieldType get (); void set (DbfFieldType value); } |
JavaScript |
---|
function get_fieldType(); function set_fieldType(value); |