UF_LAYER 图层操作

Open C

 

uc5007
uc5008
uc5009
UF_LAYER_ask_category_info
UF_LAYER_ask_category_tag
UF_LAYER_ask_status
UF_LAYER_ask_work_layer
UF_LAYER_create_category
UF_LAYER_cycle_by_layer  按层查找工作部件中的对象
UF_LAYER_edit_category_descr
UF_LAYER_edit_category_layer
UF_LAYER_edit_category_name
UF_LAYER_set_all_but_work
UF_LAYER_set_many_layers_status
UF_LAYER_set_status

 

 设置图层

UF_OBJ_set_layer

 

查询图层

UF_OBJ_disp_props_t disp_props;
UF_OBJ_ask_display_properties(tagBodyTemp, &disp_props);
int iObjLayer = disp_props.layer;

posted @ 2020-12-11 08:51  王牌飞行员_里海  阅读(189)  评论(0编辑  收藏  举报