DrawingGetReportProperty(String, Double) Method |
返回用户文档首页
获取该图纸的报告属性(双精度浮点类型)
Namespace: LoongCAD.STC.Friendly.DrawingAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntaxpublic bool GetReportProperty(
string name,
out double val
)
Parameters
- name String
- 属性名
- val Double
- 返回的属性值
Return Value
Boolean属性是否存在
See Also