Click or drag to resize

BaseComponentGetAttribute(String, String) Method

返回用户文档首页

Note: This API is now obsolete.


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#
[ObsoleteAttribute("请使用GetUIAttribute方法")]
public bool GetAttribute(
	string name,
	ref string val
)

Parameters

name  String
 
val  String
 

Return Value

Boolean
See Also