BaseComponentGetAttribute(String, String) Method |
返回用户文档首页
获取string属性值
Namespace: LoongCAD.STC.Friendly.SceneAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic bool GetAttribute(
string name,
ref string val
)
Parameters
- name String
- 属性名称
- val String
- 属性值
Return Value
Boolean是否获取成功
See Also