Click or drag to resize

ModelObjectGetReportProperty(String, Int32) Method

返回用户文档首页
获取此对象的报告属性(32位整型类型)

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public bool GetReportProperty(
	string name,
	out int val
)

Parameters

name  String
属性名
val  Int32
返回的属性值

Return Value

Boolean
属性是否存在
See Also