获取栅格图层函数链中指定索引的函数的参数。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public Dictionary<string, string> GetGridFunctionArgs( int index ) |
参数
- index
- Type: System..::.Int32
指定的索引。函数链中的索引从0开始计数。
C# |
---|
public Dictionary<string, string> GetGridFunctionArgs( int index ) |