Click or drag to resize

ModelObjectGetReportProperty(String, String, Int32) Method

返回用户文档首页
获取此对象的报告属性(字符串类型)

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool GetReportProperty(
	string name,
	ref string val,
	int dummy = 0
)

Parameters

name  String
属性名
val  String
返回的属性值
dummy  Int32  (Optional)
暂时无用

Return Value

Boolean
属性是否存在
See Also