Click or drag to resize

BaseComponentSetAutoUIAttribute 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 void SetAutoUIAttribute(
	string name,
	Object val
)

Parameters

name  String
属性名
val  Object
属性值
See Also