Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to iterate through the PDFUNDERLAY dictionary and select the pdfReference(s) for each definition. Since the LISP entget entity list for pdf references include a hard pointer to the pdf definition (DXF 340 assoc pair), I thought I could use the TypedValues (DxfCode.Start, "PDFUNDERLAY") and (DxfCode.HardPointerId, defPDF.ObjectId) in an ed.SelectAll statement.
When I run this code however, the HardPointerID value is ignored and all PdfRefs are always selected for every SelectAll call. Does anyone know why this doesn't work or have any alternate ways to provide this functionality? I have attached the procedure as a screen shot.
Solved! Go to Solution.