TheSwamp

Code Red => .NET => Topic started by: Atook on October 30, 2019, 06:18:53 PM

Title: How to generate/retrieve BricsCAD Block Preview Icon?
Post by: Atook 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?