/* ==============================================================================
* 功能描述:MBIBuiltInParameterName
* 创 建 者:Garrett
* 创建日期:2019/4/18 11:38:54
* ==============================================================================*/
namespace RevitToJBim.MBI
{
///
/// MBIBuiltInParameterName
///
public class MBIBuiltInParameterName
{
///
/// 设备本地编码
///
public readonly static string EquipLocalID = "设备本地编码";
///
/// 设备本地名称
///
public readonly static string EquipLocalName = "设备本地名称";
///
/// 资产ID
///
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 = "标记";
}
}