ModelObjectGetStringReportProperties Method |
返回用户文档首页
获取多个属性
Namespace: LoongCAD.STC.Friendly.SceneAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic bool GetStringReportProperties(
List<string> names,
ref Dictionary<string, string> values
)
Parameters
- names ListString
- 要获取的属性名称集合
- values DictionaryString, String
- 返回的属性名称与值列表
Return Value
Boolean至少有一个属性返回成功,则返回true, 否则返回false
See Also