Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2012-07-13
02:24 PM
- last edited on
2023-08-02
04:23 PM
by
Doreena Deng
.note.contentType = API_NoteContent_Custom;
handle = giveMeSomeText();
strcpy((*memo.dimElems)
.note.content, handle);
}
ACAPI_Element_Change (&element,&mask,&memo,memoMask, true);
//Now it changes the custom text label of dimension and the elevation dimension's Marker Object: type, but it's okay for other dimensions
2013-04-03 12:30 PM