GetParamValue
GridCalculationData.GetParamValue method
获取给定索引处参数的表示值对象。
public object GetParamValue(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 参数索引(基于0) |
返回值
如果参数是纯值,则返回纯值。 如果参数是引用,则返回ReferredArea对象。
获取给定索引处参数的表示值对象。
public object GetParamValue(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 参数索引(基于0) |
如果参数是纯值,则返回纯值。 如果参数是引用,则返回ReferredArea对象。