Unit 构造函数 (Int32, String, String, String, String, Double) |
单位
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Unit(
int iCode,
string strAuthority,
string strName,
string strNamePlural,
string strAbbreviation,
double dConversionFactor
)
Public Sub New (
iCode As Integer,
strAuthority As String,
strName As String,
strNamePlural As String,
strAbbreviation As String,
dConversionFactor As Double
)
public:
Unit(
int iCode,
String^ strAuthority,
String^ strName,
String^ strNamePlural,
String^ strAbbreviation,
double dConversionFactor
)
new :
iCode : int *
strAuthority : string *
strName : string *
strNamePlural : string *
strAbbreviation : string *
dConversionFactor : float -> Unit
参数
- iCode
- 类型: SystemInt32
- strAuthority
- 类型: SystemString
作者 - strName
- 类型: SystemString
- strNamePlural
- 类型: SystemString
- strAbbreviation
- 类型: SystemString
- dConversionFactor
- 类型: SystemDouble
参见