Message 1 of 1
Display the correct entity name in OPM palette

Not applicable
03-12-2020
08:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm a newbie on Autocad developpement.
I develop an .net plugin for autocad.
I've implemented a custom entity derived from Hatch in dbx dll with some properties.
My entity is wrapped and usable in C# code.
My problem is that my entity appears as Hatch in property palette (with my special properties)
So I saw in forum that I have to override the interface IOPMPropertyExtension but I don't found any
information about How to use this.
My application in in C# my goal is to use IOPMPropertyExtension in C#.
Please can you help me?
Sorry for my horrible english.