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