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