Click or drag to resize

DObjectGetDObject Method

返回用户文档首页
从DObject中获取与指定键关联的DObject值。

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public DObject GetDObject(
	string key,
	DObject def = null
)

Parameters

key  String
要获取的键。
def  DObject  (Optional)
默认值。

Return Value

DObject
如果找到键且值可转换为DObject,则返回转换后的DObject值;否则返回指定的默认值。
See Also