定义投影
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void DefineEx(
int iCode,
string strAuthority,
string strName,
string strAbbreviation
)
Public Sub DefineEx (
iCode As Integer,
strAuthority As String,
strName As String,
strAbbreviation As String
)
public:
virtual void DefineEx(
int iCode,
String^ strAuthority,
String^ strName,
String^ strAbbreviation
) sealed
abstract DefineEx :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string -> unit
override DefineEx :
iCode : int *
strAuthority : string *
strName : string *
strAbbreviation : string -> unit
参数
- iCode
- 类型: SystemInt32
投影编码 - strAuthority
- 类型: SystemString
作者 - strName
- 类型: SystemString
名称 - strAbbreviation
- 类型: SystemString
简称
实现
IProjectionEditDefineEx(Int32, String, String, String)
参见