IParameterCollectionSetParameter 方法 |
添加或设置一个参数
命名空间:
GISShare.SMap.SpatialReference
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void SetParameter(
string strName,
Object objValue
)
Sub SetParameter (
strName As String,
objValue As Object
)
void SetParameter(
String^ strName,
Object^ objValue
)
abstract SetParameter :
strName : string *
objValue : Object -> unit
参数
- strName
- 类型: SystemString
- objValue
- 类型: SystemObject
参见