Author Topic: How to generate/retrieve BricsCAD Block Preview Icon?  (Read 1663 times)

0 Members and 1 Guest are viewing this topic.

Atook

  • Swamp Rat
  • Posts: 1027
  • AKA Tim
How to generate/retrieve BricsCAD Block Preview Icon?
« on: October 30, 2019, 06:18:53 PM »
I need to populate a control with block previews.

In AutoCAD I can use:
Code - C#: [Select]
  1. CMLContentSearchPreviews.GetBlockTRThumbnail(btr)

using Autodesk.AutoCAD.Windows.Data.CMLContentSearchPreviews.GetBlockTRThumbnail()

BricsCAD doesn't seem to have this implemented. Is there a good way to do this?