各位老师好:
我想通过代码修改建筑元素信息中的样式,我的代码如下:
TFFormRecipeList *pFormList = NULL; TFFormRecipe *pForm = NULL; mdlTFModelRef_readFormRecipeListToMasterById(eh.GetDgnModelP(), &pFormList, eh.GetElementId()); if (pFormList) { //设置样式名称 pForm = mdlTFFormRecipeList_getFormRecipe…