12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
-
- namespace RevitToJBim.MBI
- {
-
-
-
- public class MBIBuiltInParameterName
- {
-
-
-
- public readonly static string EquipLocalID = "设备本地编码";
-
-
-
- public readonly static string EquipLocalName = "设备本地名称";
-
-
-
- public readonly static string PropertyID = "PropertyID";
-
-
-
- public readonly static string SpaceName = "名称";
-
-
-
- public readonly static string SpaceNumber = "编号";
-
-
-
- public readonly static string MEPCurveComments = "注释";
-
-
-
- public readonly static string MEPCurveNumber = "标记";
- }
- }
|