BaseComponentGetAttribute(String, Int64) 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 long val
)
Parameters
- name String
- 属性名称
- val Int64
- 属性值
Return Value
Boolean是否获取成功
See Also