Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
Hello, I would like to know if, through the .NET API, it is possible to create customizable properties within the AutoCAD "Properties" Palette.
For example, within the Palette, there are tabs "General", "Geometry" and others, I would like to know if it is possible to create more tabs in this style, and add customizable properties within them.
If anyone can help me or have an example, I would be grateful.
You cannot do it with AutoCAD .NET API. It can be done with quite involved effort and I would rather use .NET API's PaletteSet to display custom data in most cases.
There have been a few discussion on this topic, such as this:
https://forums.autodesk.com/t5/net/autocad-s-properties-palette-modification/m-p/12341073#M79279
Norman Yuan
You might want to read this post. They claim to have accomplished it based on this article.
Can't find what you're looking for? Ask the community or share your knowledge.