Description
This .NET class wraps the IAcPiPropertyDisplay ObjectARX class.
Objects and commands implement IAcPiPropertyDisplay to customize display properties on a per-property basis.
If this interface is implemented, the Property Inspector invokes its methods to identify custom display attributes for every property. For static properties, the interface is queried on the IUnknown of the object/command. For dynamic properties, it is queried on either IDynamicProperty or IDynamicProperty2 interface pointers.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.IAcPiPropertyDisplay Autodesk.AutoCAD.Windows.ToolPalette.CustomToolBase
Visual Basic
Public Interface IAcPiPropertyDisplay
C#
public interface IAcPiPropertyDisplay;