获取栅格图层函数链中指定索引的函数的参数。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public Dictionary<string, string> GetGridFunctionArgs(
	int index
)

参数

index
Type: System..::.Int32
指定的索引。函数链中的索引从0开始计数。

返回值

返回栅格图层函数链中指定索引的函数的参数。返回值为Dictionary类型,键值对中键为参数的名称;值即为参数的值。

请参见