|
@@ -79,7 +79,10 @@ namespace SAGA.GplotRelationComputerManage
|
|
{
|
|
{
|
|
tip = string.Empty;
|
|
tip = string.Empty;
|
|
if (space == null)
|
|
if (space == null)
|
|
- return string.Empty;
|
|
|
|
|
|
+ {
|
|
|
|
+ tip = $"未知空间:BIMID编码";
|
|
|
|
+ return "未知";//string.Empty;
|
|
|
|
+ }
|
|
string bimId = space.GetBimId();
|
|
string bimId = space.GetBimId();
|
|
var room = GetRoomItem(bimId);
|
|
var room = GetRoomItem(bimId);
|
|
string useName = space.Name;
|
|
string useName = space.Name;
|