Click or drag to resize

ModelObjectGetIntegerUserProperties Method

返回用户文档首页
获取所有32位整型用户属性

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool GetIntegerUserProperties(
	ref Dictionary<string, int> values
)

Parameters

values  DictionaryString, Int32
返回的用户属性名称与值列表

Return Value

Boolean
至少有一个属性返回成功,则返回true, 否则返回false
See Also