IDP.DB.Methods.getCabinetCopyAsync() 函数
function getCabinetCopyAsync(elementId: IDPCommon.DB.Types.ElementId): Promise<CustomModelSimpleModel | void>;
通过elementId来获取一个定制厨卫副本模型数据
参数:
elementId: IDPCommon.DB.Types.ElementId
返回值: Promise<CustomModelSimpleModel | void>