Click or drag to resize

ModelObjectGetUserProperty(String, Int32) 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 GetUserProperty(
	string name,
	ref int value
)

Parameters

name  String
属性名
value  Int32
返回的属性值

Return Value

Boolean
属性是否存在
See Also