Revit自定义文件属性

时间:2015-09-23 09:32:29

标签: file properties revit custom-properties

您好我想要检索文件rfa或文件rvt(软件Revit文件格式)的自定义属性

我可以在研究期间看到这个链接:https://forums.autodesk.com/t5/revit-api/revit-custom-file-properties/td-p/5533067

但我没有找到答案。

你有一个想法提前谢谢你

1 个答案:

答案 0 :(得分:1)

Revit将Compound File Binary Format(CFBF)用于他的.rvt / .rfa文件。您可以使用an utility like this one查看文件的内容。在这些属性的特定情况下,它们必须存储在属性集中:https://msdn.microsoft.com/en-us/library/dd942421.aspx