Click or drag to resize

BaseComponentGetAutoUIAttribute Method

返回用户文档首页
获取组件对象的单个临时UI属性

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public bool GetAutoUIAttribute(
	string name,
	out Object val
)

Parameters

name  String
属性名
val  Object
属性值

Return Value

Boolean
See Also