返回用户文档首页
从DObject中获取与指定键关联的值。
Namespace: LoongCAD.UtilAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax public Object Get(
string key,
Object def = null
)
Parameters
- key String
- 要获取值的键。
- def Object (Optional)
- 如果找不到键,则返回的默认值,默认为null。
Return Value
Object如果找到键,则返回与之关联的值;否则返回默认值。
See Also