DObjectGetDoubleArr Method |
返回用户文档首页
从DObject中获取与指定键关联的double数组值。
Namespace: LoongCAD.UtilAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic double[] GetDoubleArr(
string key
)
Parameters
- key String
- 要获取的键。
Return Value
Double如果找到键且值可转换为double数组,则返回转换后的double数组值;否则返回double[0]。
See Also