get_param_value方法
get_param_value
获取给定索引处参数的表示值对象。
返回
如果参数是纯值,则返回纯值。 如果参数是引用,则返回ReferredArea对象。
def get_param_value(self, index):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 参数的索引(从0开始)。 |
获取给定索引处参数的表示值对象。
如果参数是纯值,则返回纯值。 如果参数是引用,则返回ReferredArea对象。
def get_param_value(self, index):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 参数的索引(从0开始)。 |