Click or drag to resize

BaseComponentGetAttribute(String, Vector) 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 Vector val
)

Parameters

name  String
 
val  Vector
 

Return Value

Boolean
See Also