Click or drag to resize

FormBaseSetAttributeValue(String, Object) Method

返回用户文档首页
设定指定属性值

Namespace: LoongCAD.STC.Friendly.Dialog
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public void SetAttributeValue(
	string attribName,
	Object val
)

Parameters

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