FormBaseSetAttributeValue(String, Object) Method | 
返回用户文档首页
            设定指定属性值
            
Namespace: LoongCAD.STC.Friendly.DialogAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic void SetAttributeValue(
	string attribName,
	Object val
)
Parameters
- attribName  String
 - 属性名
 - val  Object
 - 属性值
 
See Also