# 设置高亮建筑批量

Dandelion.RtAPI("setHighlightArchitectureBatch", params, (res) => {
  console.log(res);
});

# 功能描述

设置高亮建筑批量

let params = [
  {
    highlight: true,
    id: "",
  },
];

# 请求参数:

参数名称 参数说明 是否必须 数据类型
  highlight 是否高亮 true Boolean
  id id true String