ModelObjectGetReportProperty(String, Int32) Method |
返回用户文档首页
获取此对象的报告属性(32位整型类型)
Namespace: LoongCAD.STC.Friendly.SceneAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic bool GetReportProperty(
string name,
out int val
)
Parameters
- name String
- 属性名
- val Int32
- 返回的属性值
Return Value
Boolean属性是否存在
See Also