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