点击或拖拽改变大小

Field 构造函数

ShapeFile字段

命名空间:  GISShare.SMap.Data
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public Field(
	string strName,
	FieldType eFieldType,
	int iLength,
	int iDecimalCount
)

参数

strName
类型: SystemString
字段名
eFieldType
类型: GISShare.SMap.DataFieldType
类型
iLength
类型: SystemInt32
长度
iDecimalCount
类型: SystemInt32
精度
参见