Share

IAcPiCategorizeProperties Interface

Description

This .NET class wraps the IAcPiCategorizeProperties ObjectARX class.

Objects and commands implement IAcPiCategorizeProperties to categorize static and dynamic properties for display in the Property Inspector. This extends the existing ICategorizeProperties interface.

IAcPiCategorizeProperties supports nesting of categories as well as command button display in the category row of the Property Inspector control. For static properties, this interface is queried on the IUnknown pointer of the object/command. For dynamic properties, it is queried on either the IDynamicProperty or IDynamicProperty2 interface pointers.

Class Hierarchy

Autodesk.AutoCAD.Windows.ToolPalette.IAcPiCategorizeProperties

Visual Basic

Public Interface IAcPiCategorizeProperties

C#

public interface IAcPiCategorizeProperties;

Links

IAcPiCategorizeProperties Methods

Was this information helpful?