cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to select all change markers from drawings placed on layout?

I need to calc change markers (API_ChangeMarkerType) elements on current Layout and from all placed drawings ().

From layout - no problem.
But how to get markers from drawins?

I get drawins as API_DrawingType.
And get link info by code from example:

API_DrawingLinkInfo drawingLinkInfo;
BNZeroMemory(&drawingLinkInfo, sizeof(API_DrawingLinkInfo));

err = ACAPI_Database(APIDb_GetDrawingLinkID, (void *)(&elem.drawing.head.guid), &drawingLinkInfo);

///drawingLinkInfo.linkTypeID say's that internal link;
How I can get change markers from linked view?

Thanks you...
0 Replies 0

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!